Skip to content

On the JIRA FlowViz - need for more fields #41

Answered by nbrown02
Karloyski asked this question in Q&A
Discussion options

You must be logged in to vote
  1. The first thing you need to do is figure out what those fields are referred to in the API on your specific Jira instance. The field name in my Jira instance won't be the same as yours. To do this, find an item assigned to a particular sprint, in this instance I'm using CIT-1695 assigned to Sprint 70:

  1. In the web browser, enter into the URL:

https:// ADD YOUR JIRA INSTANCE HERE.atlassian.net/rest/api/2/search?jql=issue%20%3D%20ADD THE ISSUE ID HERE

So for my issue that's:

https://jirainstanceforourorg.atlassian.net/rest/api/2/search?jql=issue%20%3D%20CIT-1695

  1. Do a CTRL+F to find the sprint, (in this example 'sprint 70') and find the customfield name:

Write this down as we'll need it :)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Karloyski
Comment options

Answer selected by nbrown02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants