Given Sprint = "Sprint 1,Sprint 3,Sprint 2", how do I pull just the active sprint?

Jason Epel June 10, 2020

I have a custom field that I need to populate with just the active/current sprint, eliminating all closed sprints.

When I create an edit issue action to assign the custom field the active sprint's name from a list of Sprint values that include closed/prior sprints, how do I just pick the one that is active?

CustomField = {{sprint.name.ACTIVE}}?

 

When looking at the issue via the API, I found a customfield_##### with enumerations over "com.atlassian.greenhopper.service.sprint.Sprint@########[{completedDate,endDate,goal,name,rapidViewId,sequence,startDate,state}]"

I found the name of the sprint I need to extract as its the only one that has "state=ACTIVE", but is there an easy way to refer to this within the issue edit field widget in Jira automation?

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events