There are many open ticket which were created in past but now I created a form and want to atach the same in all these tickets how can I do it bulk
Hello @Shubham Maheshwari
Standard bulk edit doesn't work for forms because they act like attachments. To backfill existing tickets, either create a scheduled Jira Automation rule using JQL and the "Attach form" action, or script it by looping through keys and hitting POST /issue/{issueIdOrKey}/form.
Just make sure your automation actor or API user has edit permissions, and remember to change the form visibility to external if customers need to fill it out. For future issues, simply link the form to the project's Request Type so it attaches automatically at creation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.