Dear all,
I would like to filter out story list that with all the stories that it's some fields like "summary" or "description" or "background" has been changed after developer already working on.
I'd like to use the JQL as below, but it's getting error.
project = "ABC" AND created >= 2024-01-01 AND issuetype = Story AND "acceptance criteria" changed and status changed after Open
Can somebody help?
Hi @锐 王
Welcome to the community.
As a workaround, you can create automation from Project Settings -> Automation.
You can trigger rule when acceptance criteria field is changed and check if the status is different than Open. Then, you can send email or do some other action to mark those issues.
Hi @锐 王 - Welcome to the Atlassian Community!
You are not going to get that with out of the box Jira. Maybe with an add-on app. Your problem is figuring out:
1. if those fields change
2. when
You are not going to be able to do that with the JQL you have.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @锐 王
Welcome to the community.
What's the error you are getting?
The keyword Changed can only be applied to the following fields:
I also expect that "acceptance Criteria" is a text field, on text fields only the following operators can be used:
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.