1. unable to give bullets for ordered and unordered list
2. Bold, Italic, and underline are not working
3. Unable to add the table in the comment section
Posting this for posterity - while you cannot use a smart value to solve this problem, you can use the JSON\additional fields option to do this. In my case, I had to do some string manipulation to get the key out:
{code}
{
"fields": {
"project": {
"key": "{{issue.L3 Escalation Project.value.substringAfter(\"(\").remove(\")\")}}"
}
}
}
{code}
Hi Haddon,
Great to see you found our docs on text functions!
Unfortunately though I don't think you'll be able to implement number 1 currently. We don't support smart-values yet in the project and issue type fields. We've got an issue to track this already at https://codebarrel.atlassian.net/browse/AUT-948
We've got quite a few higher priority items in our backlog at the moment so it will be a while before we can get to this, but we'll let you know when we get a chance to work on this.
Cheers,
Andreas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Five years later and still no support for smart values in the Project field. :(
A support agent did create https://jira.atlassian.com/browse/AUTO-839 for me two weeks ago however for "Support smart values for Project field of Create Issue action".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Use smart value like this:
{{issue.ProjectPickerCustomFiled.ID}}
Where ProjectPickerCustomFiled is the name of your custom field that is an issue picker.
.Id .Key .Name are all field that you can take from a project picker
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Benoit
This works fine with the ID
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.
For anyone still in need of this, I have the larger solution mapped out here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That solution's for cloud, how would we do this if we have a DC instance, and a Project object referenced by an asset object?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the exact same requirement as OP but could not find an RFE to add smart value support for the Project field. I will obviously have to send a web request to do this but I will create a new Suggestion post for smart value support also.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For anyone who stumbles across this old thread via search (like I did) I submitted this suggestion: https://community.atlassian.com/t5/Automation-discussions/Support-smart-values-for-Project-field-of-Create-Issue-action/m-p/2450406
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think I fished my wish for question 2 (its amazing what you find if you look) so I guess the actual question then would be "if I can use a smart value to set a project, will it take the key or the name?"
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.