issue link validation on transition when transition is called via the REST APIs

Issue #289 resolved
Guy Rozendorn created an issue

have a transition with issue link on the transition screen, and the following validation on the issue link: https://www.dropbox.com/s/50iiih49bvxhf81/Screenshot%202016-04-11%2016.49.30.png?dl=0 When I make the transition with the browser, it works; when I made the transition with the API, it doesn't; if I remove the validation, the transition succeeds and the issue link is added to the ticket. the HTTP request for the API is: https://gist.github.com/70a30dde7441c06d7f5612664e83cfe0

Version of JIRA 6.4.9

Comments (4)

  1. Fidel Castro Armario repo owner

    Hi Guy,

    As a temporary workaround, if you do it in two separate steps it should work:

    1) First you create the issue link.

    2) Then execute the transition.

  2. Guy Rozendorn reporter

    That works, but it is not always possible (e.g. when you the linked issues is not in the edit screen, yet you want the user to add a link in the transition screen and check it).

  3. Log in to comment