I am using enterprise version of Jira at Adobe. We want to be able to create a link for a specific project with prepopulated fields like title, component etc.
I have tried other solutions like using link https://jira.corp.adobe.com/secure/CreateIssueDetails!init.jspa?pid=CCXB&issuetype=1.
But I get "You have not selected a valid project to create an issue in."
To obtain the correct project Id I tried to follow this question but I don't get a correct response for that either
Hi @Saasha Mor
Have you follow this KB ?
What do you mean by " I don't get a correct response for that either"
This should return the proper info to get the project id.
https://jira.corp.adobe.com/rest/api/2/project/CCXB
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you have access to the DB or a replicated DB of your production you can run the following
select * from project where pkey = 'CCXB'
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.