How to modify the drop down list of Projects when creating an issue
I just want to display all projects ..I don t want to categorize them (Recent Project and All Projects) Merge these two into one category "All Project"
Community moderators have prevented the ability to post new answers.
The createIssue popup is constructed in the /includes/widget/js/header/header.js file. Just remove the recentProjects part and you should be fine. Make sure you modify the minnified version of the js as well.
header.js is under /jira/common/ in 4.3+
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hehehe man i was going to ask you about the location of header.js ))
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
there is too much recentProjects in the js file wchich one to remove?
please note i am using jira 4.3.4
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
how to remove it? what line in JS?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sameer, I won't be able to tell you the exact line because there are quite a lot in there and I haven't done it myself because there wasn't any need for that. It is just a pointer. Hope it helps!
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.