Forums

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

How connet to my dashbord via API?

Victor A
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 29, 2021

Please give advise how I can connect to my Jira Atlassian dashboard (get list of tasks and task details) by use API. What need to setup in Jira Atlassian config?

The documentation not clear for me - https://developer.atlassian.com/server/jira/platform/rest-apis/

1 answer

0 votes
Mikael Sandberg
Community Champion
July 29, 2021

Hi @Victor A,

Welcome to Atlassian Community!

The documentation you linked to only applies to Jira Server/Data Center, for Cloud you want to take a look at https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/

To get the list of tasks you want to access the filter instead of the dashboard, all the dashboard is doing is showing information based on different filters. You can use JQL as part of your request, something like this:

https://my-instance.atlassian.net/rest/api/3/search?jql=project=JRA+order+by+key+asc 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events