Hi all!
I create "Rédacteur" a custom field.
I want to put the issue.assignee in this custom field.
I tried:
"Rédacteur": "{{issue.assignee}}" - nothing happened
"Rédacteur": {{issue.assignee}} - error JSON...
What is the right syntax please?
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.
@My Smart Content and on the advanced editing with JSON the proper format would be:
{
"fields": {
"customfield_10191": { "id": "{{issue.assignee}}" }
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Where customfield_10191 you should replace this with your Redacteur field 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.
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.