Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Get all issues for jira work management

Dev Bonebone March 27, 2024

is there any api that can retrieve a list of issues that belong to the project-work-management ?

1 answer

1 accepted

0 votes
Answer accepted
Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 27, 2024

Hi @Dev Bonebone,

Welcome to Atlassian Community!

The Search for issues using JQL endpoint can get all the issues for a specific project.

Dev Bonebone March 27, 2024

yeah i already tried that but it only return the project that belongs to jira software product, for project that belongs to jira work management it wasn't show it

Dev Bonebone March 27, 2024

below is the example jql query

'/rest/api/3/search?jql=project=EIT&projectType=business'
Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 27, 2024

Then you need to check what permission you have, I just ran it in my sandbox against a JWM project and all the issues were returned. this is the query I used:

/rest/api/3/search?jql=project%20%3D%20JWM

Dev Bonebone March 27, 2024

currently im a user access admin not an organization admin

Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 27, 2024

The only permission needed to use that endpoint is browse project permission, so the question is what permissions do you have in the JWM project? Can you access the project from within Jira? If so then the endpoint should return all issues. 

Dev Bonebone March 28, 2024

i do can access all the projects under JWM thru JIRA but the all of the projects under JWM didn't show using the endpoint given. It return the project under JIRA SOFTWARE only.

Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 28, 2024

Are you using your own account when using the endpoint? The endpoint is not just for JSW projects, it can return issues from any of to the 4 flavors of Jira.

Dev Bonebone March 28, 2024

I'm using a development account with admin privileges for specific permissions, but not as a site administrator.

Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 28, 2024

Does that account have access to the JWM project, and does it also have a product license for JWM assigned to it? 

Dev Bonebone March 28, 2024

not sure about that where can i check if the account got access to the jwm project, as for now it can be used on jira. for product license i don't think it is assigned to this account yet.

Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 29, 2024

If you go to admin.atlassian.com and then go to Product > Users and search for the account you can see what product access it has.

Like Dev Bonebone likes this
Dev Bonebone March 30, 2024

Thanks for the help. yeah i didn't have an access to the jwm product. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events