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
Hi @Saasha Mor - Did you try these suggestions? Did they work?
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.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.