We'd like to have a single help center for all projects, including Jira Work Management projects. Is there a way to add a custom link on the Jira Service Management Help Center that points to a Jira Work Management form?
OOB JIRA hides the link if one of the ends (issue) is not vieable (browse permissions or security level restrictions).
To achieve what you want, you would need to write a simple (really) plugin, which would display something like that using either:
- a web panel - https://developer.atlassian.com/display/JIRADEV/Web+Panel+Plugin+Module (my preferred choice)
- a calculated custom field - https://developer.atlassian.com/display/JIRADEV/Custom+Field+Plugin+Module
- tab panel - https://developer.atlassian.com/display/JIRADEV/Issue+Tab+Panel+Plugin+Module)
Cheers,
Wojtek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.