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.
The question you asked was "Is it possible to convert the query result to a Smart Radio group so the user can select a single Epic from the list?"
You have a query that gives you a JSON list and at the same time you have a Smart Radio group. The Smart Radio (button) group is linked to a field, is my interpretation.
So the assumption is that you want to update the values of the field with the result of the query. Which you would do using API calls.
You can't dynamically update field values on a screen however.
So maybe you need to rephrase your question if this is not going into the correct direction.
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.