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: 

component change date ?

Aleksey Shirokih
January 14, 2014

Hi! i am trying to setup card colors in ajile to show how old issues are. As i can see i can setup card color on custom query. In my query i want to use start date when component changed to specific one.

is it possble to jql something like

component = some and component_set_date <=-1d ?

without adding new custom field that will stores only that value

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Nic Brough -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.
January 14, 2014

I don't think you can do it. JQL does have a "changed" operator, so you can look for "and assignee changed" with a date range, but it doesn't apply to components (yet)

Bernardo
April 23, 2020

Hi @Nic Brough -Adaptavist- 

 

Any idea on when will Atlassian support the (WAS, WAS IN, WAS NOT, WAS NOT IN, CHANGED) operators for additional fields of reference, for example "component" ?

 

Any add on I can use in order to use (with JQL) those operators in more fields of reference??

 

Thanks and best regards!

Nic Brough -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.
April 23, 2020

No, there's no specific timeline for adding any more field support for the was/changed operators.

The best we can do at the moment is write code for JQL functions that can be added to support queries - you'll need to write an app to provide them, or use one of the scripting plugins that can create them.