Hi atlassian, I want to get all screens from jira via REST API. What url I will set for it.
NOTE: I've gotten url from docs.atlassian.com but /rest/api/2/screens not working.
@Mamikon Papikyan - hi Mamikon! How are you accessing the URL? Are you using your browser, an app like Postman, or something else?
Via a browser, when I'm logged in with my Atlassian ID, if I access my Cloud site:
https://mycompany.atlassian.net/rest/api/2/screens
...then the browser shows me a list of screens.
If I use an incognito browser, then I get a 401 error.
Hi @Dave Liao I'm accessing it from python. But also when I'm trying to do it from browser nothing show me.. :( Also I get HTTP ERROR 405
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Dave Liao I have received screens via rest api, the problem is jira version 7. That url not working on version 7 but I tried it in version 8 and it works perfectly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh, yikes! I thought you were on Jira Cloud, not Server/Data Center. Yes, there would be a different API version for each Jira version...
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.