Hello,
I need to create a transition that creates a subtask, I got it with ScriptRunner, but I need the creation screen to appear because I have to give values to several custom fields, these fields have different values than the parent ticket.
Thks
You can use Java script to open the create dialog and pass parameters to the dialog:
https://developer.atlassian.com/cloud/jira/platform/jsapi/jira/
Or you can add cusotm fields, put them on a screen and attach this screen to a transition. On transition you can fill the fields with behaviours and write a post function to create a subtask with values from the field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Alexey already gave you the solution, remeber that there are already other existing plugin if you need, like
https://marketplace.atlassian.com/plugins/org.swift.jira.cot/server/overview
very usefull and ready out of the box
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.