Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira Automation: Populate Due date with Release Date of Fix Version containing "202"

Stewart_ Emily _ Global D_T
Contributor
July 6, 2026

Background: A particular group of teams use fix versions for PIs and monthly releases. PI fix versions contain "PI" and monthly releases contain "202" as in 2026, 2027, etc. A work item could have multiple PI fix versions and a monthly release fix version on it.

Requirement: Configure automation to populate the Due date field with the release date from the monthly release fix version, which is a fix version name that contains "202"

What I've tried:

Condition: If a work item matches JQL: fixversion ~ "202*" (This is working correctly.)

Action: Edit work item field: Due date 

1) {{issue.fixVersions.releaseDate.max.jiraDate}} -- This works, but if the PI fix version's release date is later than the monthly release fix version, then this doesn't populate the right date.

2) {{issue.fixVersions.name.match("(?i).*202*").last.releaseDate.jiraDate}} -- This doesn't work. I've tried first in place of last, no first or last, and no .jiraDate. The value doesn't appear in the audit log or populate the Due date field.

{{issue.fixVersions.filter(v -> v.name.contains("202")).last.releaseDate.jiraDate}} -- This doesn't work. I've tried first in place of last, no first or last, and no .jiraDate. The value doesn't appear in the audit log or populate the Due date field.

 

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin Site Admin
TAGS
AUG Leaders

Atlassian Community Events