Requirement:
Create a sub-task for each creation of Bug issue.
Means, if we create a bug issue then a postfunction should create a sub-task in it.
Hi ,
You can use the Create on transition plugin . Its provides a postfunction for creating a subtask . You can add this postfunction on the Create transtion.
Exactly the same requirement is found in mentioned plugin.
But it is providing the extra functionalites also
I want only the specified requirement.How to do customization?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What extra functionalities is provided ? I dont think you will need customization , you dont use what you dont want :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Why is that needed for creating sub-tasks?
Link type ids is what you get by going to http://yourserver/secure/admin/ViewLinkTypes.jspa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
what is issueLinkTypeId and how can we get it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes you're right?
For the given link I am getting
browser error
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The link was to the same page.
https://confluence.atlassian.com/display/JIRA/Configuring+Issue+Linking
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Renjith, I got basic Idea about it
In the method call
createIssueLink(parentIssue.getId(), subIssueObject.getId(),xxxxx , user);
xxxx is issueTypeLinkId is a long type and how to get the type which is present in JIRA.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I guess this should been posted as a new question. I thought the orginal question here was about creating a sub-task.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Again Bharadwaj, new question. Before that try a google search :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If I need to develop, the automatic creation of subtask issue when I create a Bug type issue.
How to approach?
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.