I've been developing Automation for some time now, but suddenly I 'm trying to do some fairly easy but I can't get it to work. I must be overlooking something obvious !
Summary of the logic:
- At creation of an issue, another issue is created in another project and linked.
- I created a variable from the projectkey & name from the triggerissue.
- this variable I want to use to populate a field when I create the linked ticket. (this field is required in the other project)
As you can see from the log, I print out the variable right before the Create new issue action..
My json:
{
"fields": {
"customfield_10080" : { "value": "{{CustRef}}" }
}
}
>>
error: Specify a valid value for Customer (customfield_10080)
If I put the value hardcoded - pasted from the log, it works just fine.
Anyone has a logical explanation for this ????
OK, never mind.
After completely taking this apart and debugging it turns out that the issue was caused by a typo in the variable. And extra space wasn't visible in the log but does matter when using the value in a select field.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.