Objective:
In a Confiforms form, for a selected Jira Project, obtain a list of active Epics. Allow the user to select one of the Epics. The selection will be used to obtain additional information regarding the work being done in that Epic.
Details:
Current Status:
Question:
Do you have any questions? Do you have any suggestions or is there a better way to achieve the same result?
Thank you.
In theory this is possible using API calls to update the custom field options. Yet the important question is: what do you want to do with the existing values? The best option would be to disable the value to maintain the previously entered data as it was.
To be able to convert the JSON into a list that can be used in an API call you need to write code that runs outside of Jira doing the API calls or use scripts within Scriptrunner to make it happen.
One addition to the previous point is that you need to know what values are already there, not to create duplicate values. This would require more complex coding/scripting to check which values are already there, which are still needed, which need to be disabled and which need to be added.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.