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
Dears,
I am using following line of codes in jira behaviour to get the selected sprint in an issue.
def sprintFormField = getFieldById("customfield_10105")
def changedSprint = getFieldById(getFieldChanged())
Its working fine if the issue was not moved from complete sprint to backlog.
In my case now,
IssueId=key-1
This issue was in sprint 1, and sprint was complete and this issue move to sprint2.
Now the above code only returning the completed sprint id not the current selected sprint in sprint field.