How to check all the issues which are not updated after creating in JIRA.
Need the query to find the issues which are not updated and it was created 1 week ago.
You've almost written it yourself in the second sentence
created <= -1w and updated <= -1w
I want to check below scenario.
List out all the issues which are not updated/commented in JIRA for more than a week after creating new JIRA.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'd go with
created <= -1w and updated <= -1w
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.