You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.