What is the queries to add the filter in Scrum board?
Below are the filters required
1. Stories not having description
2. Stories not having Acceptance criteria
3. Stories not having assignees
4. Stories which are in same status from x days
if you want to create a quick filter, you can go to boards settings, quick filters and use these:
issuetype = Story AND description IS EMPTY
issuetype = Story AND "Acceptance Criteria" IS EMPTY
issuetype = Story AND assignee IS EMPTY
issuetype = Story AND status NOT CHANGED AFTER -5d
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Sharathkumar S
type = Story AND description IS EMPTY
You can build on that because you are always looking for Story and empty, so a big part stays the same.
Configure quick filters | Jira Cloud | Atlassian Support
Only status Category will differ a little How to search using statusCategory() & statusCategoryChangedDate() function with JQL | Jira and Jira Service Management | Atlassian Support
Your Filters are simple, so don´t wait for a ready answer and do some digging yourself 😉
Best,
Arkadiusz🤠
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.