I want to fire JQL query in a such a way that -
1 - It should take time frame of 1 week
2 All incidents which are commented by specific user in that week.
Hello,
You can get all incidents, created within 1 week:
created > startOfWeek()
But you can not select issues commented by a specific user.
You would need a plugin.
Smart QL can do this. It provides SQL capabilities with the same user experience as for native Jira JQL with full support of permission system on the row level (you won't access the data you are not meant to).
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.