...
Info |
---|
Update all of these queries to reference your project or filter of projects, then delete this info section. This query shows all issues estimated over 20 hours (excluding tasks associated with sessions), to be updated to ensure compliance with the SPM framework. type = task AND originalEstimate > 20 ORDER BY originalEstimate DESC, timespent DESCAND issueFunction in issuesInEpics("Object_type != Sessions ") |
Jira Legacy | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Jira Legacy | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
EXC: Open tasks on closed epics
Info |
---|
Update all of these queries to reference your project or filter of projects, then delete this info section. This query shows all tasks that are associated with closed epics, so the task should also be closed (or the epic reopened, or the task associated with an open epic). resolution = empty AND issueFunction in issuesInEpics(" status = closed ") ORDER BY "Epic Link" |
Jira Legacy | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
EXC: Open tasks associated with "Won't Do" or "Duplicate" epics
Info |
---|
Update all of these queries to reference your project or filter of projects, then delete this info section. This query shows all tasks that are associated with cancelled epics, so the task should also be cancelled (or the epic reopened, or the task associated with an open epic). resolution is EMPTY AND issueFunction in issuesInEpics(" (resolution = \"Won't Do\" or resolution = Duplicate) ") ORDER BY summary |
Jira Legacy | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
EXC: No Parent Link
Info |
---|
Update all of these queries to reference your project or filter of projects, then delete this info section. This query shows all epics that are missing a parent link, which is necessary for them to render list correctly in Jira planPlans. "Parent Link" is EMPTY AND type = Epic ORDER BY project, duedate |
Jira Legacy | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...