Hi All,
I dont feel this is a hard automation but I can not get it to work.
Workflow i want is on issue creation, If a user is assigned then the description will be updated to the following:
{{issue.description}}
{color:#36b37e}*Original Estimate:* Xh ({{issue.assignee.displayName}}){color}
If the issue is unassigned then it is update to:
{{issue.description}}
{color:#36b37e}*Original Estimate:* Xh (Staff Member){color}
This is a prompt to enter your name and estimation once you start a job. For the life of me I can not get the automation to detect when the assignee is "Unassigned"
I also tried removing the If statement and instead using {{issue.assignee.displayName | Staff Member}} as I found in another question but his does not work either.
Thank you!
Hi @jonathank and welcome to the community!
Try the following rule, because I've tested it and works:
The problem with your rule was that even if the issue was unassigned, then the last component will be executed no mater what! Is outside of the if/else statement. So you will edit the description always.
Hahaha oh no. Thank you so much. I will go check this in the morning... What a rookie error :-/
Hopefully this will help someone else in the future!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No worries mate. It's easy to get lost in the UI if your are not familiar with. Especially if you have a long if statement with lots of actions. The line will get bigger ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still shaking my head at the small text that says "Add Else" in my screenshot haha. This automation has been working great for a week now. Thanks again Alex!
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.
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.