The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

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 Champions.
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
November 2, 2022

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 Champions.
November 3, 2022

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!