Hello,
I just started using JIRA next Gen it is quite good, but the reporting that was there before is now missing. I don't even get a reporting button. Are you able to get reporting like cumulative flow ETC? If so how?
Use IssueLinkTypeManager.
Collection<IssueLinkType> types = ComponentAccessor.getComponentOfType(IssueLinkTypeManager.class).getIssueLinkTypes(false);
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Collection<IssueLinkType> types = ComponentAccessor.getComponentOfType(IssueLinkTypeManager.class).getIssueLinkTypes(false);
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.