Hello,
I'm search a JQL expression. that find every EPIC with a special value. And all Tasks, that assigned to this Epics.
The special EPIC Attribute is named "DTCS" and the value i search is "yes" (Checkbox)
I start with
type = Epic AND DTCS = Yes
This found the needed Epics - but how i can determine the issues linked to this epic in only one JQL
(type = Epic AND Workstream = Yes) and (type=task and "Epic Link" has DTCS=yes )
I suspect you've got the context wrong - go to custom fields and find it, and then check it's not limited to any particular project and/or issue type - it should say "global".
Or the field configuration is blocking it - check it's not hidden in the field configuration screen for that project/issue type.
That was it! It was hidden in the field configuration for that issue type. Thanks a ton!
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.