Hi All
I am new user of jira.
I have a custom field with numbers in my issues.
I want to select in jql only the highest number for this field. How to do that please ?
Thanks
You'd need to hack the core code.
You can use javascript, but you've got a bigger problem - that "people" area is not just assignee. Reporter and any other user fields you might define will end up in there. You'll also need to think about moving all the other right-hand bar stuff around if you want to get more horizontal space
Any guidance on how I could do that? Could I just add a bit of JS to the Announcement Banner (which is how I tweak styles)? Would that help avoid hacking the core code?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm nto a javascript expert I'm afraid. I learned very early on to avoid javascript tweaks in Atlassian products because they're an utter nightmare to get right and even worse to maintain.
There's examples scattered through Answers though. I can't vouch for any of them but I'm certain they're better than anything I'd write
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.