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: 

Is it possible for issues to update its formula based on specific date?

Colin D
December 6, 2016

Is it possible for issues to update its formula based on specific date?

I want to have: fixVersion = "test S30 Fx17 (Dec 2)" ORDER BY assignee azt

Change to to: fixVersion = "test S31 Fx17 (Dec 9)" ORDER BY assignee azt 

But have it happy automatically each week incrementally.

 

Cheers! 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Bhushan Nagaraj
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 6, 2016

Hi Colin

The text cannot be dynamically updated. You can use dynamic date queries for example -7d for issues in the last 7 days from the current date. Documentation available at https://confluence.atlassian.com/jiracoreserver072/advanced-searching-829092661.html

Thanks

Bhushan