1
0
-1

Hi,


I would like to set a label in Jira when an issue is deleted on GitHub. Is there any way to intercept the Exalate status to set this label?


Best regards,

Thorsten

  1. Javier Pozuelo

    It seems that this cannot be done even when using Githhub's API. If you were to change the status of the issue before it was deleted, for example, you could create a status named "Deleted", this could trigger a sync and you would be able to create a label on Jira before it's deleted.

  2. Thorsten

    Hi Javier Pozuelo ,

    that would at least be a workaround, but it's not very practical. Is there no way to catch the Exalate status? In Jira it shows me the Exalate status “REMOTE ISSUE REMOVED”.

    I tried this with the following code but it doesn't work:

    if (remote.replica == "Remote replica does not exist") {issue.labels += nodeHelper.getLabel("Uservoice")}
CommentAdd your comment...

1 answer

  1.  
    1
    0
    -1

    Hello Thorsten,


    Currently, this is a limitation on the product. I have raised a feature request, and I will be attempting to make a workaround for your issue.


      CommentAdd your comment...