Hi I have Jira Help Portal and some automations that using API requests to create tickets or get some info from attached forms.(Using n8n or Python Scripst) In forms questions have orders and in case I moving them in form question order is changing so I need to redesign my code every time i have modified the form questions. Is there any option to attach fixed order number to the questions in form?
@Albert Ashkhatoyan If you are using the API to populate the Jira issue when the form is submitted I would suggest using the fields ID to populate it. Then as you add additional fields the order does not mater.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.