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
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)
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.