I have designed a workflow that requires approvals in 2 states: 'Review and Recommend' and 'Sign Off'
I would like to enhance my code such that when the state transitions from 'Review and Recommend' to 'Sign Off', approvals are automatically assigned to two different users (Jack and Jill) in the 'Sign Off' state. I see the concept mentioned here, however I am unsure how to write the code to do it. Here is my current code. Any help is appreciated. Thanks in advance.
{workflow:adhoc=true}
{state:In Progress}
{state}
{state:Review and Recommend|approved=Sign off Approval|rejected=In Progress|taskable=true}
{approval:Review and Recommend|assignable=true}
{state}
{state:Sign Off|approved=Approved|rejected=In Progress|completed=Approved|taskable=true}
{approval:Review|assignable=true}
{state}
{state:Approved|taskable=true}
{state}
{workflow}
Hi Conor,
Here's what you want to change your "Review" approval to:
{approval:Review|user=&USERNAME1, USERNAME2}
Where USERNAME1 and USERNAME2 are the usernames for the users you want automatically assigned.
Thanks,
Miguel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Validate your expertise in managing Jira Service Projects for Cloud. Master configuration, optimize workflows, and manage users seamlessly. Earn global 🗺️ recognition and advance your career as a trusted Jira Service management expert.
Get Certified! ✍️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.