To create a subtask via HTML link I use CreateSubTaskIssue.jspa with the following parameters:
parentIssueId
pid
issuetype
But if I want to set the "summary" with the parameter "summary" it does not work.
Is there a way to set the parameters like summary, etc. via HTML link?
PS: Sorry for my bad english.
@Jan, do you have to use the HTML link? There are plugins that allow you to create sub-tasks by clicking a custom workflow button in JIRA. Are you trying to do it from outside of JIRA?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jan,
Unfortunately I think that this is not possible. You can use the REST Api, but you'll have to send some data in the body of a POST request, so this (AFAIK) is not possible with a link.
I've inspected the create issue form, and there are some parameters related to the usersession (atl_token).
Can you explain your use case? perhaps there is a simpler approach ^^
HTH
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alex,
thanks for your answer.
I want to create a full pre filled Jira Subtask. So that the "clicker" only have to click on "create".
A normal ticket is no problem, you can set every parameter via the HTML link. But at a subtask it does not work.
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.