Advanced search filter or JQL that finds all tickets whose <custom field> value changed this week:
This may be a limitation with the product. I was hoping to be able to add a filter to my search that found all tickets whose <doc state> changed values in the past week, like:
"Doc State" changed after -15d
However, this is not supported because Doc State is a custom field. I don't see why I can't report on this. When I look at the history, the date of the change is clearly tracked in the ticket. Why can't I use that data in my filter?
Can anyone recommend how I can get a report like this?
If you want to list out the issue based on the custom field value changed this week (current week) . you can search with the below jql
project = project name and <customFiled> changed AFTER startOfWeek()
Thanks for trying, Padma. As I mentioned to Raynard, above, these operators are not supported on custom fields. To vote for this issue, see https://jira.atlassian.com/browse/JRASERVER-27641
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for trying, Raynard. I don't think those operators support custom fields. To vote for this issue, see https://jira.atlassian.com/browse/JRASERVER-27641
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What kind of custom field is it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have tried it with these queries and all return "History searches do not support the '<CustomField>' field" error:
Custom Fields:
In fact, I have not found any type of custom field where this did work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.