I am trying to configure automation rules to extract text from the Description of Jira Product Discovery ideas into custom fields; however, I get an error stating the set fields aren't available.
Steps I took to create the rule:
What am I doing wrong?
Thanks
Hi @Karen Crawshaw -- Welcome to the Atlassian Community!
For a question like this, context is important for the community to help. Please post the following:
Until we see those...
The Work Item Created trigger can have timing problems where the rule starts before the data is fully available. This can cause unexpected behavior and strange rule errors. The mitigation for that defect is to always add the Re-fetch Work Item Data action immediately after this specific trigger. That will slow the rule a bit, reloading the data before it proceeds.
Kind regards,
Bill
Thanks for the reply Bill.
I have PD board setup with a custom field for 'Expected Benefits':
When creating new ideas on the project my Description section has a template that includes the word 'Benefits': I have created an automation that I hoped would extract the text written next to Benefits in the description and populate the custom field:
When I create a new idea the rule runs but with the following error, and the custom field remains blank:
I've just tried adding the re-fetch work item data to the end of the rule, but it still doesn't populate the custom field.
Many thanks for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The Re-fetch should be immediately after the trigger, not at the end of the rule:
Putting it there helps solve the problem of the work item being in an unstable state when the rule starts.
After we solve this error, we can examine your extraction of the data from the Description field (if you are seeing unexpected results).
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.