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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, editmodel in REST does not support put
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.