Follow up from a previous post. I have been trying to add a newly created Task to an existing Epic.
I know that I can find the Epic key # and the Epic name in the custom fields of the epic story and the epic itself but I need to use EpicLinkManagerImpl.associateIssuesWithEpic to link the newly created Task to the existing Epic.
Just writing the Epic key to the Epic Link of the new created Task does not seem to be enough for the Greenhopper functionality.
I cannot use @ComponentImport EpicLinkManagerImpl in my constructor as then my class won't be loaded.
I tried using ComponentAccessor.getComponentOfType(EpicLinkManagerImpl.class) but it can't get that class, it returns null.
I tried just a myclass= new EpicLinkManagerImpl();
That last one seems to work but after passing it a correct issue I get a crash in the EpicLinkManagerImpl class:
[INFO] [talledLocalContainer] java.lang.NullPointerException
[INFO] [talledLocalContainer] at com.atlassian.greenhopper.manager.issuelink.EpicLinkManagerImpl.getEpicLinkType(EpicLinkManagerImpl.java:484)
[INFO] [talledLocalContainer] at com.atlassian.greenhopper.manager.issuelink.EpicLinkManagerImpl.getEpic(EpicLinkManagerImpl.java:79)
What is the right way of using this class?
Hi again Martin!
After some researchs, it seems like the Custom Field Epic Link with a key should be enough. Make sure your script will then reindex the issue.
That should do the trick, let me know if you try it, I'll probably give it a chance tomorrow through script runner :)
Cheers
Thanks! I think I got it this time, I am uncertain but the value was not written correctly. After rewriting the section using the Id of the custom field for saving it now works! Thanks!
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.