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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.