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: 

is it possible to not allow a workflow transition until a date specified by a custom field?

Andrea Melde
October 26, 2016
 

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Fidel Castro
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
October 26, 2016

You can do it using "Boolean condition / validator with math, date-time or text-string terms" from JIRA Workflow Toolbox with the following boolean expression:

{00057} > {nnnnn}

replacing nnnnn with field code of your Date Picker custom field.

Note that {00057} is code for numeric value of Current date and time virtual field.

0 votes
Andrea Melde
October 26, 2016

@Fidel Castro Armario

Will this plug-in update the assignee to a custom user picker field based on a post-function transition?

Fidel Castro
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
October 26, 2016

Yes, you can do it using "Copy a parsed text to a field" post-function with the following configuration:

  • Target field: Assignee
  • Parsing mode: basic
  • Text to be parsed...:

    %{nnnnn}

replacing nnnnn with the field code of User Picker custom field.