hi,
i aleady have a lot of created issues, filled with form fields.
I recently learned you cannot filter on those fields. Now I found the way how to link form fields to project fields and filtering is now working for newly created issues.
But how can I populate the already created form field content to project fields? Issues from before i figured out how to link them?
I tried resubmitting the form, but that doesnt populate the project field.
I hope someone knows how because i already have 1000ish issues.
Thank you!
This is kind of not possible on historic issues with a form.
The only option I see is to use the Forms API and then one of the calls:
So have a manual automation on the issue where you call one of the API endpoints and based on a condition based on the response, use {{webReponse.body}} output to validate the answer is like A then set the new Jira field to A.
Also you could to this more advanced on 1st doing an issue lookup and then branch over the results.
i am not that advanced, but i try to understand what youre saying and try to give it a go.
however, any additional help in form of a manual would be much appreciated :-D
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.
Thanks for your extra explication @Marc - Devoteam ,
i think i did it correctly.
it looks like i am not allowed?
where do i paste this code elsewhere than the automation trying to fetch the list-data like so: https://developer.atlassian.com/cloud/forms/rest/api-group-forms-on-issue/#api-issue-issueidorkey-form-formid-get
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It seams you don't have access or you don't have been granted a JSM license.
The get form id action is only to get the id. This id is need in the web request in the automation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have not tried this myself but just have you tried creating an automation that just re-fetch issue data?
I would try with a manual trigger first and test it out on a few issues to see if it works. If it works then I would change the trigger to Scheduled and add a JQL that matches the issues I want to re-fetch issue data from (if there's a lot of issues the automation can get throttled so keep an eye on the auditlog for the automation) and then I would then select to run the rule right away. And when done you can inactive the rule or delete it.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.