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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.