Hi All,
Good day. Need some advice here, I am currently troubleshooting the follow automation rule (it seems simple) but I can't seem to have it worked.
I know the scope is actually within JIRA Service Management, but we are looking to use Jira project due to the sub-task within the categories.
1. We will be deploying a JIRA Software (Business project) for HR Dept.
2. We have different categories within HR Dept.
2.1 Request for Employee ID
2.3 Request for employee transfer..etc
...
Having said that, I am trying to automate the "Assignee" based on "Keywords"..
For example ,
The "Summary" will display the following in JIRA Business Software (Project)
"Employee ID Requested by Bond, James of Executive Dept. Job Title: CEO"
...
As mentioned, what I am trying to do is automate assignment the following summary based on keywords use.
Assign task to "HR-LEI if "Employee ID" is found in the "Summary Section" of JIRA Software.
Please refer to the automation rule I am trying to establish.
But I can't seem to have it worked...
Thanks for your time
Would you please explain what you are trying to do in that condition with the smart values, as the complete value is not shown in your image?
If you are looking for the phrase "Employee ID" in summary, why not just search for that text in the value of the condition?
And...as you have multiple conditions leading to assignments, please consider using the If/Else condition structure for each test/action.
Kind regards,
Bill
Hi, i was just performing trial and error.. I initially had summary contains "employee id" in summary, when issue is created, but it does not seem to work
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmmm...that worked for me:
As this is based upon issue created trigger, you may be running into a timing problem where the data is not yet available. Please try to add a Re-fetch action immediately after the trigger to see if that helps. It will slow down the rule and reload the issue before proceeding with the condition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank for the reply.
This is odd, so intead of using "contains" the following string.
What I did as a work around is
"If issue is "Summary" , assign to "employee". Though, I had to assign the employees instead using "Contains.
Though I had to create a group (containing the assignees) and add them as "Assigneable Users" in permissioning.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am unclear how you changed the testing part, but if you got it to work that is great.
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.