I am trying to create a ticket in Project B when a ticket in Project A is created. I have tested the post function on a workflow step and it works when I ask it to create a ticket within the same project, but when I change the function to create the ticket in Project B instead of Project A, the post function does not execute. Is there a limitation or barrier I am not aware of? I am using the Jira Misc Workflow Extensions plugin to create the post function (JMWE).
There is no such limitation. However, it might be caused by a missing value for a required field, or by a permission issue. You need to check your logfile (atlassian-jira.log), or activate the "Make transitions fail when an error occurs in a JMWE post-function" option on the JMWE Configuration admin page to see the error on the transition screen.
That was it! Thanks David!
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.
You can do this with Scriptrunner. Check out this post for the details:
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.