Is there a way I can create automation rule using the value in Project category?
While creating a Project there is no way to select the Project Category. (Is there a way we can select Project Category while creating a Project?)
Scenario:
So after a project is created, if I go and update the Project Category for the Project and Save. Based on the category selected/saved, can I run an automation rule? If yes, can you please help me how to do this?
Thank you
Hi @Shan (SHPK)
Adding onto Jack's answer:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It seems {{project.projectCategory.name}} is not working when the automation rule is triggered on create issue. Any tips?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alis-Hathway Ward (DO NOT USE)
You could try to access the field from the issue to see if it is available:
{{issue.project.projectCategory.name}}
If it is not available, you could instead call the REST API to get the project information.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is not possible. Automation works on issues not projects.
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.
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.