I have three different types of request.
- Content update
- Bug
- Change Request
I want to know which type of incident was created and then assign an assignee depending on that
Also, I want to change the assignee depending on the time of any action performed on the ticket.
welcome to the community and thank you for your question.
This can be done via Automation rule. I would recommend having a look at the following example: https://www.atlassian.com/de/software/jira/automation-template-library/rules#/rule/140670
The rule has several parts to match against issue data. You should be able to build you own rule using this example and checking for issue type instead of country.
Hope this helps to get started.
Hi @Kai Becker
Thanks for the info i already did try this but the issue the rule is not picking up the issue type by name. Let me know if i am doing something wrong because i checked the audit log as well and it said nothing to be changed here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
is "Report a Bug" the issue type or is it the Request type?
Request types are based on issue types, but add a separate layer of configuration on top in JSM projects.
Also be sure to use Issue fields condition instead of JQL or smart value, as it will be faster and is a lot easier to use, because of the auto complete:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Kai Becker Apologies to ping again i did as you told me but the transition rule is not adding any approver.
It shows me this error.
P.S I have added the rule details as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
the error messages states, that the fields are not configured in the transition screen. If they are not present, Automation is not able to fill out the fields.
Could you verify that? I would first try to add them there, if they are not present.
If the error does not go away/change after that, we might need to check on it further.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have used a workaround where i have used Edit issue option and added an arppover separately.
Thanks for the support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Muhammad Waleed hope you are doing fine. As this has been resolved, please make sure to accept an answer to mark the question as resolved.
Thank you :)
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.