1. i use the JIRA system from company,
2. but i want to filter the tickets assignee is pending 5 days in comments
updateddate will indicate to all of label/ summary / target etc has update then it will also be filter right?
i just want to filter the comment is not have a progress from current assignee.
BTW, assignee is username is indicate to this JIRA username but my demand is " the comment not update from assignee"
Hi, Good day, could you try the following JQL query.
updatedDate <= -5d and assignee = username
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.