We have our JIRA Software projects organised into categories. Ideally i'd like to provide users with a quick way to get to the list of projects in each category, from the Projects menu. The existing basic categorisation of "Software" and "Business" is not enough for us.
So really I just want to save an extra click, and send the user to (e.g.):
.../secure/BrowseProjects.jspa?selectedCategory=10010&selectedProjectType=all
Is there a way to do this, either:
The script-runner web-fragment approach is a better option because it's easier to maintain on upgrades (I lean towards avoiding any code changes in the core)
Software and Business aren't categories though, they're the project type.
Thanks Nic. Yes I realise the distinction. We don't really care about the project type, but I do want to provide users with access to a subset of projects at my choosing.
Any idea how to do it with web fragments?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not off the top of my head, as I've not tried to amend those menus, but I use the fragment locator to find out where I need to do stuff - https://scriptrunner.adaptavist.com/4.3.3/jira/CustomisingUI.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Nic. The info at https://scriptrunner.adaptavist.com/4.3.3/jira/fragments/WebPanel.html and the Custom Web Item script fragment helped me achieve this. Works perfectly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.