The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Auto Populate Planned Start and Planned End Date with FixVersion Dates

Jennifer McLaughlin
March 10, 2015

Is it possible to auto-populate the Planned Start and Planned End Date with the start and release dates for the fix version associated with the issue?

 

Thanks, 

Jennifer

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Jennifer McLaughlin
March 10, 2015

I am not super technical – how would I write a listener?

Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 10, 2015
0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 10, 2015

You will have to do some coding for that. Write a listener that does this whenever an issue is created or when updated with a fixVersion.

Note that issues can have multiple fixVersions and so you will have to be prepared for that use case.