I am trying to add a transistion to our JSD workflow that shows a button, in the issue view, that says "Create Issue" and when the SD agent clicks this it prompts them with a create issue screen. They would then have to select the appropriate project and issue type.
I see this [creating issues via links | https://confluence.atlassian.com/jirakb/creating-issues-via-direct-html-links-159474.html]
But I can't figure out how to utlize that in a post function.
Or is the proper way of doing this creating shared fields, and using a create-linked issue post function? What stinks about that solution is that I don't want the description of the problem in some weird field on the JSD issue...
You can't do it in a post-function. They have no relationship with the front-end of JIRA whatsoever. They are chunks of code that run on the server as part of a transition.
So, that takes you back to the issue view (i.e. not part of a transition), where you could use a web-fragment or (horrid) javascript to add such a button and kick off the issue create screen with some pre-filled parameters.
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.