JWT field code

%{issue.components}

Jira expression field codeissue?.components?.map(c => c.name)
Example outputWeb Site,Authenticator,Statistics
Output data type

Type

Available since






%{issue.components}




issue?.components?.map(c => c.name)


Components are stored in lists. Documentation on how to work with lists can be found here.

You can access the whole component by issue.components[0] which returns an object.


Read


Returned valueA comma-separated list of component names.
Output data type

Example outputWeb Site,Authenticator,Statistics



To write this field, use Component/s ID.