Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira Premium - Warning Sign for the chosen fields

BenWade
Contributor
November 28, 2023

Hi everyone,
in jira advanced roadmaps we have "Warning center"
image.png

 

image.pngvd

I need a warning when a task is active (!= TODO) and is missing

- Start date 
- Due date 
- Estimated time 
- Tracked time

is it possible to achievet it? If yes, please guide me step by step how to do it.

1 answer

1 accepted

0 votes
Answer accepted
Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 28, 2023

Hi @BenWade 

Not this can't be done.

Your requirement is a filter, create this filter and set a subscription to yourself on the filter to notify you on the issues with missing information.

Roadmaps are also only a visual overlay of Jira issues, it's for planing purposes. So all the system available warnings are related to date information.

BenWade
Contributor
November 30, 2023

Can you provide me with JQL that shows subtasks that are active(!= TODO, done, rejected) and these fields are empty:


Start date

Due date

Original estimate

Time tracking

BenWade
Contributor
November 30, 2023

@Marc - Devoteam I come up with this JQL. I believe it works. Can you maybe also double check it?
issuetype = Sub-task AND status != "To Do" AND status != Done AND status != Rejected AND (duedate is EMPTY OR timeoriginalestimate is EMPTY OR timespent is EMPTY OR workratio is EMPTY OR "Start date[Date]" is EMPTY) ORDER BY priority

Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 30, 2023

Hi @BenWade 

issuetype = Sub-task AND status not in ("To Do", Done, Rejected) AND (duedate is EMPTY OR timeoriginalestimate is EMPTY OR timespent is EMPTY OR workratio is EMPTY OR "Start date[Date]" is EMPTY)

Like BenWade likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events