Hello
There is an attribute in the JA
Concepts(Theme) endpoint called "developmentalStepId." There is a text list
of what goes in that field... but it seems like we might need to send an id to
set that value via the API. Where do we find those values that shows underlying ids
for the values in that field?
Thank you.
@Abhinav Reddy If you are using a Developmental Process Flow in Jira Align to manage the flow of Themes, you can set the specific process step when updating or creating a theme through the API. To get the ID number of the process step, you will need to use the Value Streams (known as Process Flows in the Jira Align UI) GET API. In the JSON schema, you will see id under processSteps. If you have not set a Process Flow for themes, then you should be able to just pass 0 for the developmentalStepId.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.