You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I am trying to develop a groovy post function that shall conditionally move the issue from one state to another. For e.g.; if the issue is currently in Linked Status "To Do" (workflowTransition=1), then based upon a condition, I would want issue to move to Linked Status "Need More Information" (workflowTransition=2).
I have studied the API's (our jira version is 6.3.1) in this regards and found below one for my case.
I also studied the scripts available on net for reference. However, not able to figure out the exact API's for my case.
Can anyone please help me in this regards with API's or a code snippet that I shall enhance per my requirement?
Thanks