How do I set the default Project when I Create Issue.
I have multiple projects currently, but 90% of the time when I select Create Issue it should be one project in particular. I would like to set that project as the default.
Hello,
If you are on Jira Server, then you would need an app for it like Power Scripts or ScriptRunner.
In Power Scripts you should use Live fields. In ScriptRunner you should use Behaviours.
If you are on Jira Cloud, then it is not possible.
>If you are on Jira Cloud, then it is not possible.
Wow, I am surprised.
Where can one make product requests?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira remembers the last project you chose and this project will be shown to you.
You can file a request in
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh no it doesn't....
It used to however all of a sudden it defaults to the same project (not the one I want) everytime. I'm fed up of having to keep correcting it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can try JavaScript Approach. The 'href' of create button will be like :
href="/secure/CreateIssue!default.jspa"
You can override it as "href = "/secure/CreateIssue.jspa?pid=16051&issuetype=1"
where pid is the Project ID you want to set.
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.
Thanks, looks like it works.
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.
I don't see any stars either. This seems to be a very basic functionality, and i am surprised that its not available
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.