You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Is there a way to change a JIRA Agile scrum board filter via the REST API?
Here you go
https://localhost:8080/rest/greenhopper/1.0/rapidviewconfig/filter
With the following JSON data
{"id":7,"savedFilterId":"10000"}
Where id is the board ID (RapidView), and savedFilterId is the filter ID
Hi
Is there a way to retrieve the savedfilter query or id using the rest api that is being used by a rapid board?
Regards
Asad
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Asad! Yes, that is possible: https://YOUR_JIRA_SERVER/rest/greenhopper/1.0/rapidviewconfig/editmodel.json?rapidViewId=ID_OF_YOUR_BOARD you get a massive JSON with all the information you could possibly need (filterID, swimlanes, Board Name,..)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maybe this undocumented one works? Not sure if it's used in JIRA Software 7.0 though
PUT https://example.com/rest/greenhopper/1.0/rapidviewconfig/filter
* {
* "id":1331,
* "savedFilterId":"13318"
* }
*
* where id is the id of the agile board we want to update and
* savedFilterId is the id of an existing filter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
this one works like a charm even in 2020, the api parameters can be found rest api explorer plugin in jira :)
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Catch up with Atlassian Product Managers in our 2020 Demo Den round-up! From Advanced Roadmaps to Code in Jira to Next-Gen Workflows, check out the videos below to help up-level your work in the new ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.