I need to build a query that will let me search for specific values used in Timecode
Currently I can only search for values that are "IS" or "IS NOT" EMPTY
Hi Casey,
I'm afraid I do not entirely understand your question.
Do you need to search for issues that are created/updated/resolved/... at a certain time?
Best,
Maarten
The JIRA filed called 'TIMECODE". I have a value in that field on some of my JIRA cards and I want to find all of the cards that have that value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Casey,
I see, that field is most likely a custom field, so the search possibilities are based on the type of the field.
Usually something like this should work:
TIMECODE = "ATIMECODETOSEARCHFOR"
If that doesn't work, would you be able to let us know which type of field it is? You can find the type of the field in JIRA Administration under 'Issues' -> 'Custom Fields'.
Best,
Maarten
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.