2
1
0

Hi,

Is there a way to get the remote issue (the issue that is synced) via REST API call (either Exalate or Jira) without URL issue link?

Thanks!

  1. user-3fd1a

    Hi Yaakov,

    Can you elaborate on what you would like to achieve?

    The issue key can normally be transported by adding it to the message sent from A to B

    This then can be applied onto the local issue with something like


    issue.customFields."Remote Key".value = replica.key
  2. Yaakov Shamii

    Hi,

    I'm trying to get the remote issue key without sending it from the remote side. Anyway to do it?

  3. Yaakov Shamii

    Let me clarify - I want that once Exalate finish creating the issue in the remote JIRA, I will be able to get the remote issue key from REST without syncing it back from the remote JIRA (or, for example, save the key in a custom field). Is it possible?

CommentAdd your comment...

1 answer

  1.  
    2
    1
    0

    This is a pretty straightforward operation (on Jira Server)

    Check the ExalateEventListener.groovy documentation with some hints to get it implemented.

    1. Yaakov Shamii

      Worked! Thank you very much Francis

    CommentAdd your comment...