Whether has any JIRA plugin can be used for screen layout format?

bill ou June 12, 2013

Hi, all

May I ask that whether has any JIRA plugin can be used for screen layout format? The case is that, we would like to category the fields on a JIRA screen, so that divide all fields into some parts with different purpose. Such as, field a & b are set into a pane and field c & d are set into another pane. Those two panes locate in the same JIRA page screen. Thanks in advanced.

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 12, 2013

No. There's no plugins that rewire the UI in Jira. It's part of the core code, and not easy to override.

Your options are to rewrite the display sections of Jira's core code, use javascript tricks to rearrange things, use tabs in the standard UI, or do a bit of coding for your own panels (see https://developer.atlassian.com/display/JIRADEV/Plugin+Tutorial+-+Adding+Content+to+the+JIRA+View+Issue+Page )

I suspect you'll probably ask about the "rewrite" comment next - start at https://developer.atlassian.com/display/JIRADEV/Adding+Custom+Field+to+Issue+Summary for that sort of thing!

Suggest an answer

Log in or Sign up to answer