I have a requirement of creating a issue then create sub-task via soap. I am using agile-velocity-plugin-0.2.12 . I found function type "jiraSoapService.getSubTaskIssueTypes , jiraSoapService.getSubTaskIssueTypesFor Project" etc, but not getting any way to create a sub-task.
Asked
Active
Viewed 761 times
0
-
Can you expand on your question? – Steve Czetty Feb 23 '12 at 13:57
-
I need create subtask for task in JIRA and I don't found any API for it. – Iva Feb 23 '12 at 14:05
-
1You may want to try https://answers.atlassian.com. JIRA support is fairly active there. – jrummell Feb 23 '12 at 14:06
-
1For JIRA 4.4 and higher used: createIssueWithParent(java.lang.String token, RemoteIssue rIssue, java.lang.String parentIssueKey) – Iva Feb 23 '12 at 15:09
-
you can take a look here http://stackoverflow.com/questions/6701315/jira-on-sub-task-creation-inherit-custom-fields-from-parent – Mike Tango Jun 29 '12 at 13:25