Hi everyone good day, I am managing releases of my apps using JIRA where we have a Kanban board managing tickets. We use quick filter in board to filter out tickets that will be included in our next releases. Right now I am adding the filter manually with JQL (fix version = xxx) and I just wonder if there's a way to automate this process using JIRA automation. Add a new quick filter when a new release version is created. (I dont seem find anything about quick filter in automation > Action).
Hi @Wilson Lai
No, and there are a least a couple of work-arounds...
A) Let's say you wanted to just do this with quick filters...You could use two quick filters such as:
B) Dynamically modify your quick filter using an automation rule. This may be more than what is needed if the above method helps, but just in case...
Kind regards,
Bill
Thanks @Bill Sheboy . These solutions sound good. I've tried A) and it works like a charm! A few notes for everyone on setting up the earliestUnreleasedVersion():
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The short answer is no, you cannot automate adding new quick filters. There is not API endpoint that allows you to do this.
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.