I have about 10 saved filters in Jira. Each of the filters are used for specific purpose. Each of the filters have the same release information. Lets say 8.1.1. After I release 8.1.1, i need to update all of these filters with my next release which is 8.1.2. Instead of opening up each filter , editing this data and saving the filter manually, is there a programmatic way to doing it using Jira api or something similar.
--Sunray
You can use Jira Rest Api PUT /rest/api/2/filter/{id}
You can find more info here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.