You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
We need to read/ update the Insight custom fields (like name) based on the selection of unique identifier, namely id field. All these fields are attributes of the Insight object.
While creating automation in JSM cloud, the "Edit Issue" action throws the below error.
An error occurred while requesting remote information
Bad Request
No fields or field values to edit for issues (could be due to some field values not existing in a given project):
Any suggestion on how this can be achieved?
Thanks
Gaurav
@Gaurav Gupta wondering if you were able to get this working. I am running into the same issue trying to use automation to populate a custom field with
an attribute value based on the selection in another field similar to what you have described.
Thank you, Chad
You can try to use Lookup object action and after that Edit issue action and use smart values to populate the Insight custom field.
e.g.
User selects in customfield_xxxxx the value for Employee Id.
Automation configuration:
this action can help you identify the values that will be placed in the Insight customfield and troubleshoot erros (in case the values are not the ones you are expecting).
I hope this will help you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There are two types of rules:
The "Edit issue" action cannot modify Insight object attributes. Use the "Edit object" action for the first type of rule. Use the "Edit Insight field attributes" for the second type of rule.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I do not want to update the Insight Object or attribute. The use case is:
1. User selects the Employee Id (Insight custom field on the create issue screen)
2. Issue is created with the Employee Id
3. The view issue screen has the Employee name field (Insight custom field) --> We need this field to auto-populate from the Insight schema based on the Id selected.
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.