Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

/rest/agile/1.0/board/{boardID}/quickfilter

Prasanna Anupindi May 27, 2019

Am trying to access the JIRA API /rest/agile/1.0/board/{boardId}/quickfilter . JIRA server version  details as below :

 

"version": "7.9.2",
"versionNumbers": [
7,
9,
2
],
"deploymentType": "Server",
"buildNumber": 79002,
"buildDate": "2018-05-09T00:00:00.000+0000",
"serverTime": "2019-05-27T16:50:45.250+0000",
"scmInfo": "3bb15b68ecd99a30eb364c4c1a393359bcad6278",
"serverTitle": "Oracle Cloud Infrastructure JIRA"

I  get 404 in response . Is this  API  even available  in this version ?

 

1 answer

0 votes
Juan Manuel Ibarra
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 27, 2019

Hi Prasanna

I think the api call that you are using is for a previous version of jira.

I send you the link to the doc of the rest api de jira server for the version you indicate 7.9.2

JIRA 7.9.2 Server API

regards

Prasanna Anupindi May 28, 2019

Hi Juan,

 

Thanks for  your response. I APIs that I am referring is from https://developer.atlassian.com/cloud/jira/software/rest/#api-rest-agile-1-0-board-post.

I understand the functionality supported by these set of APIs is purely focused on Agile related  functionality.

Are these APIs supported ?

 

Thanks

Prasanna

Juan Manuel Ibarra
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 29, 2019

Prasanna, the api https://developer.atlassian.com/cloud/jira/software/rest/#api-rest-agile-1-0-board-post. is for Jira Cloud instances and you have a Jira Server 7.9.2

 

"version": "7.9.2",
"versionNumbers": [
7,
9,
2
],
"deploymentType": "Server",

 

For this version of jira server you can use the link i send you  https://docs.atlassian.com/software/jira/docs/api/REST/7.9.2/

 

Regards

 

Juan

Prasanna Anupindi May 30, 2019

Hi Juan,

 

Thanks  again for the clarification. What was surprising to me was

 

https://<<myjiraserver:port>>/rest/agile/1.0/board/2048/sprint worked , while https://<<myjiraserver:port>>//rest/agile/1.0/board/2048/quickfilter didnt.

Also , couldn't find much of sprint management APIs , in https://docs.atlassian.com/software/jira/docs/api/REST/7.9.2/?_ga=2.196419108.961964397.1559274014-584412051.1558516268

 

Any further pointers , would  be of great  help.

 

Regards

Prasanna

Prasanna Anupindi May 30, 2019

Correcting typo in my previous  response.

 

https://<<myjiraserver:port>>/rest/agile/1.0/board/2048/sprint worked , while https://<<myjiraserver:port>>/rest/agile/1.0/board/2048/quickfilter didn't.

 

Regards

Prasanna

Suggest an answer

Log in or Sign up to answer