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
Community moderators have prevented the ability to post new answers.
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.
When I insert the description for a field, I got the mistake like this pic attached. Do you know how to fix it Bill?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As this is a very old thread, I recommend creating a new question with the "Ask a question" button at the top of the page, perhaps including a link to this thread.
That will ensure the focus is on your scenario, and that the maximum number of people see it. Otherwise, only people following older threads will see your post.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This topic is now closed as the discussion has become outdated. If you have more questions or want to continue the conversation, feel free to start a new topic. For more details on why we close older threads, check out our Rules of engagement - Atlassian Community .
Thank you for your understanding!
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.