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!
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.