Currently, there is a way in JIRA where users can go to this screen to select the project they want to create the issues.
https://<jira-url>/secure/CreateIssue!default.jspa
Is there a way, where project is pre-defined and un editable. Only issue types can be changed and issues can be created for specific project ?
Basically in Jira, I would want to have the issue create screen for specific project where the project is auto-populated and cant be edited. Only issue types can be edited and issues can be created.
There is a way this can be achieved, may be sort of workaround:
https://<jira-url>/secure/CreateIssueDetails!init.jspa?pid=29293&issuetype=59
is there any other way this sort of implementation can be achieved ?
Hello,
If you are on Server/Data Center, then you could use such apps as Power Scripts or ScriptRunner.
If you want to use the Power Scripts app, have a look at Live Fields. Live Fields let you set values, enable, hide, make read-only fields in issue views.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.