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 ?
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
regards
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.