Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Is it possible to make the custom fields line up in a row on the issue screen?

Diana
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 2, 2022

I have 3 custom fields that follow a ScriptRunner Behaviors cascading effect (works fine), and I was wondering if I can line them up as rows on the issue view screen. Would be great if I can do it also on the edit screen.

So instead of looking like this:

first.png

It should look like this:

second.png

I'm not to familiar using ScriptRunner's Fragments if that's a possibility.

1 answer

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 2, 2022 edited

Technically, yes.

Scriptrunner lets you inject your own CSS, and Javascript, which are the way you would have to do this.  But Jira uses a LOT of both of them, and you will find it is quite horribly complex to come up with fragments that can do it well and consistently, and fit in with Jira's code.  It's a not-small development project in its own right, and you would have to spend a lot of time maintaining or even rewriting it on most upgrades!

Diana
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 3, 2022 edited

Hi @Nic Brough -Adaptavist- 

I was afraid that was the case. And I'd rather not have to do something that requires editing Jira's code if ScriptRunner doesn't have a simpler approach.

And especially whenever our team needs to do Jira upgrades, I would have to go back and redo that same code editing, as you mentioned.

I guess, where I can submit this request as a new feature for future Atlassian upgrades?

And many thanks for the quick response!

Suggest an answer

Log in or Sign up to answer