Start/End dates according to release

Artur Franczuk July 29, 2021

is there any quick/simple/automatic way to put start/end dates according to release and the fixversion the issue is assigned with? 

2 answers

1 accepted

0 votes
Answer accepted
Leon July 29, 2021

Specific to roadmap topic, I think the "auto schedule" button is to do what you ask asking. But you need to set it up the way adv roadmap suggests.

Artur Franczuk August 17, 2021

I gave it a test and it seems it's working ;) thx!

1 vote
Curt Holley
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 29, 2021

Hi @Artur Franczuk 

Not sure if you are using Jira Cloud or not, but assuming you are, then using Automation would be the way to do this.

Setup a rule along the lines of:

Trigger = Field value changed (field being fix version), on edit and create.

Condition = When Fix version is not empty

Action = Edit issue (and set up the relevant date fields as follows)

{{triggerIssue.fixVersions.startDate.format("yyyy-MM-dd")}}

{{triggerIssue.fixVersions.releaseDate.format("yyyy-MM-dd")}}

 

dates5.png

Curt Holley
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 29, 2021

Footnote:

You may wanna add in conditions around not updating the dates if already populated?

Up to you,

Just thought I'd add this, as the above will overwrite any existing dates, which might be what you want, or not. 

Artur Franczuk August 17, 2021

looks great, however unfortunately I'm using server version. Hope your post will help others anyway

Jan Života October 10, 2024

It does, thank you very much! :)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events