Hi,
I created a "Send web request" and I would like to use the Organization from the ticket
Organizations field.
How should I use it?
here is the structure I tried:
"Attributes": [
{ "Key": "Organization", "Value": "{{issue.organization.name}}"}]
Hi @giladc and welcome to Atlassian Community!
Could you give more details? You are trying to send a Post to Jira API?
Which API you are using?
Hi,
I'm using the "Send web request" :
I would like to use the {{issue.organization.name}} as one of the parameters in the request.
Thanks,
Gilad
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Gilad!
The organization field is a multi select field, in that way you need to use it as a list.
You could use this smart value for exemple:
{{issue.Organizations.first.name}}
With this you will retrieve the name of the first organization in the field
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.