Dear experts,
I need to filter for epics in a certain project who's "Target End" is bigger than a "Duedate" - both are fieds.
When I try to do so, and type in: AND "Target End" > ...
Jira offers me to enter function, like "endofweek()", etc. but not field values.
How can I do that?
Hi @Aquarius Unfortunately it's not feasible to create two date field value using Jira inbuilt functionality.
With the help of Scriptrunner for Jira plugin you can do enhanced search.
Thanks
Hi Vikrant, many thank for the answer, I have scriptrunner.
When trying to use it for "Target End" field getting an error, but it works OK for "resolutiondate":
WORKS OK: issueFunction in dateCompare("", "resolutiondate > dueDate")
ERROR: issueFunction in dateCompare("", "Target End > dueDate")
Can you tell me what is the issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Vikrant Yadav , many thank for the answer, I have scriptrunner.
When trying to use it for "Target End" field getting an error, but it works OK for "resolutiondate":
WORKS OK: issueFunction in dateCompare("", "resolutiondate > dueDate")
ERROR: issueFunction in dateCompare("", "Target End > dueDate")
Can you tell me what is the issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Aquarius I think this "Target End" field is an Advanced roadmap field, right ?
Is "Target End" searchable without issuefunction?
"Target end" is not EMPTY
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have Scriptrunner for Jira Cloud and it's working fine for me.
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.