1
0
-1

When I am raising the request from the Jira service desk(Server) then in Jira Cloud the ticket is created but with the reporter(Exalate).I want the same reporter in the Cloud also.So i modified the code in the cloud in the. Connections-->Incoming sync issue.reporter= replica.reporter(To become same reporter) But if so, that sync is not happening.

    CommentAdd your comment...

    3 answers

    1.  
      2
      1
      0

      Hi!

      You will need to use the nodeHelper to get the local user by some parameter (email usually):


      issue.reporter = nodeHelper.getUserByEmail(replica.reporter?.email)

      You can find more details here: https://docs.idalko.com/exalate/display/ED/Sync+Jira+issue+user+fields

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Hi Juan,


        I have integrated the Both isntances.My client new requirement is once the ticket has been created in the servicedesk project in the Jira Server Instance then once if it moves to the some status(approval) then only ticket has be to created in the Software project in the Jira Cloud instance.Based on the status ticket has to be created .Can you please suggest me

        1. Juan Grases

          Hi!

          This can be done through the Exalate trigger, define a JQL there that includes 

          project = 'The Project' AND status = 'Approval'
        CommentAdd your comment...
      2.  
        1
        0
        -1

        Hi Juan GrasesHow to map the issuetypes in the mode

        1. Juan Grases

          Hi! Could you open a separate question for this one? Also, what do you mean exactly with "in the mode" ? In any case, you might find useful details here: https://docs.idalko.com/exalate/display/ED/How+to+synchronize+issue+type

        CommentAdd your comment...