I have an iniataliser function that sets the label of linked issues:
import com.atlassian.jira.component.ComponentAccessor
import com.atlassian.jira.issue.MutableIssue
def LinkTypefield = getFieldById("issuelinks-linktype")
//def IssueTypeField = getFieldById("issuelinks-issues")
LinkTypefield.setLabel("Linked Jira Tickets")
//IssueTypeField.setLabel("This should be the issue bit")
This works... mostly but the word "Issue" is still there (see below) and I cant figure out how to access this label. Can anyone help?
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.