Hi Team,
I want to create filter so was creating JQL query: to extract list of issues with issue type (Story, Spike, Enhancement, Defect) and with status "In Progress" and "To Do" and with Issue work type is blank but whose Epic's work type is non- blank and doesn't include "QA" and "Interruption" as work type. Please suggest.
Work Type is a customized filed used (similar to Label).
I created this but its not running:
issueFunction in issuesInEpics("'Work Type[Dropdown]' != Empty") and Project in (xxx, aaa) AND "Work Type[Dropdown]" = Empty and "Epic Link" != EMPTY AND type in (Story, Spike, Enhancement, Defect) and status not in (Done, Closed, Dropped, Rejected) and created<=120d ORDER BY created DESC
Thankyou for the quick response however it gave me this error
Error in the JQL Query: Expecting operator but got '.'. The valid operators are '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' and 'IS NOT'. (line 2, character 45)
Please guide further. Thanks for the help.
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 a lot Megha Rajanna. It worked. Thank you for your quick support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The query is fine (accepted as green tick), however it is not giving the list of issue, it shows no results. Though through EazyBI i build the same query/ chart it showing the result.
Not sure if this part of your suggeted query is working as desired: AND (issuetype = Epic AND "Work Type[Dropdown]" is not EMPTY AND "Work Type[Dropdown]" not in ("QA", "Interruption")).
If you have any suggestion please do share. Thanks for all your support
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.