Dear Community,
I have a JSM project were service request are created.
Whenever an issue will be created, this issue will be cloned to another jira project (where the real work will be done).
When the issue is cloned to the new project I want to auto assign a specific person to this new issue.
I tried it with AUTOMATION and JMWE but it's not working for the initial transition.
In the later transitions it's working as expected but not in the initial transition.
Do you guys have a solution for this problem or know why it's not working?
I inserted a view of the automation
and the JMWE (as alternative)
Thank you very much for a response :)
Sebastian
did you check that the issue is assignable to you? Once the issue is created, are you able to manually assign the issue to yourself?
Also, how is the JSM issue cloned? Manually or through some automation?
Hi David,
thank you very much for you response :)
Yes in this project we have added almost every role in the project to the "assignable users".
I'm not shure if our use case is probably wrong?
We intended to use a JSM project as some kind of ticket and communication pool.
And the jira project to get done the real work.
Is this a wrong way to use both softwares? :D
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sebastian Vanauer ,
This is a very common approach, so there is no reason why it shouldn't work.
Again, how is the cloned ticket created?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi David.
alright I expected I'm doing it wrong :D
When a user is opening a request from the portal:
1. a JSM Ticket will be created in the JSM Project
2. at the same time the JSM ticket will be cloned via automation
This is the JSM Ticket
This is the Jira Ticket
Do you need more information? :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
the reason why your approach doesn't work is that, in order to "clone" the JSM issue, the Automation rule first creates a new issue, and only after copies all the field values. Therefore, this is the order in which things happen:
The solution is to replace the Automation rule with a Create Issue(s) post-function. This will allow you to copy all fields but also override the value of certain fields (in your case the Assignee field). You will also be able to remove the post function on the Create transition of the destination project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi David,
not it's working :)
I was hoping to do everythin just with automation because it looks more transparent, and not that hided like the JMWE functions.
Thank you very much for you help :)
Sebastian
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.