Hi guys does anyone know what the Rest API v3 to get the output that we can export in the Jira board section 'All work'?
I tried this one but the issue was that I don't have information about the features. I need the feature start due assignee reporter etc.
Hey @seeun.park
Welcome to Atlassian Community!
You may use the Search for issues using JQL enhanced search (GET) endpoint to get the desired set of work items.
When you navigate to 'All Work' in a project, it basically shows all the work items from that project, so you can use the below JQL:
project = "<Project Key>" ORDER BY created DESC
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.