Forums

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

how to see all my tasks and stories?

M S April 26, 2019

I need an API which will prove me all tasks and stories which is assigned to me on jira cloud platform, would you please help me to find that?

2 answers

1 accepted

1 vote
Answer accepted
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 26, 2019

Hello Maziar,

I understand that you would like to return in a REST API all issues of your project board which is assigned to you. Is it correct?

Can you confirm if you are using JIRA Server or Cloud? If you are using JIRA Cloud, is it a Next-gen project or Classic?

Basically, you just would need to create a JQL query with your board filter (Click Board settings > General to see the filter) and add the parameter assignee = currentuser()

here's the structure of a Cloud REST API to return the issues assigned to you:

yourdomain.atlassian.net/rest/api/3/search?jql=assignee=currentuser() 

For more information about JIRA Server and Cloud REST API, you can check the documentation below:

JIRA CLOUD REST API - Search for issues using JQL (GET)

JIRA SERVER REST API - Search for issues using JQL (GET)

Let me know if this information helps.

0 votes
M S April 26, 2019

I have to say that I need all tasks from main board

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events