On Jira server 8.0.2 we have a problem with linked issues. When there more than 5 linked issues the "issue links"section shows 5 links. And there is a button: "Show ... more links".
Klick on that button to show the additional links has no effect at all.
for me, this decision helped
SELECT * FROM pluginstate where pluginenabled =
'false'
;
i found in result pluginkey = 'com.atlassian.jira.jira-view-issue-plugin:draggableattachment'
and i set parametr true for this pluginkey
UPDATE pluginstate SET pluginenabled='true' WHERE pluginkey='com.atlassian.jira.jira-view-issue-plugin:draggableattachment';
Want to make your everyday Community actions directly contribute to reforestation? The Atlassian Community can achieve this goal by liking a post, attending an ACE, sending your peers kudos, and so much more!
Help us plant more trees
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.