The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JWT: Possible to add a condition based on a custom field in an Epic

Wes
September 6, 2019

Using JIRA Workflow Toolbox, is it possible to add a condition based on a custom field in an Epic?

 

I'd like to have a condition on a transition only show up if the current user = user in a field at the Epic level. I can't seem to figure this out.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Answer accepted
Thorsten Letschert _Decadis AG_
Community Champion
September 8, 2019

Hi @Wes ,

please add a Boolean Condition using the following expression:

toString(fieldValue(%{nnnnn},epic())) = %{00020}

Replace nnnnn with the field code of your user picker - assuming it's a single user picker. 00020 represents the current user.

Please let me know if that solves your problem.

Cheers
Thorsten

Wes
September 9, 2019

Thanks Thorsten! This worked like a charm!

Thorsten Letschert _Decadis AG_
Community Champion
September 11, 2019

Hi Wes,

Thanks for the feedback. Would you please be so kind and mark my answer as correct?

Cheers

Thorsten