The links are either the create page link or the created page link from the confluence. I wanted to display these links on the Issue Navigator for all the issues.
I tried to set the custom field from the getActions Method of Issue Tab Panel like below. But it didn't get reflect on the view of the Custom field. I guess the custom fields values can be set only during the issue update or any event occurs or using workflow,post functions, listeners. etc.
Is there any other way to do this for adding the search functionality in issue navigator?
CustomField customFieldName = ComponentAccessor.getCustomFieldManager().getCustomFieldObjectByName("Confluence Page Links");
MutableIssue muttableIssue = ComponentAccessor.getIssueManager().getIssueObject(issue.getId());
muttableIssue.setCustomFieldValue(customFieldName, "URL");
How does your Jira instance display this "Confluence Page Link" tab in the issue detail view? This isn't native code to Jira itself to the best of my knowledge. Is this generated by a plugin to Jira? Or are you creating a custom plugin to display this?
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.