Hello!
I would be a real happy camper if someone could help me figure out (if possible) if there is a way to find an URL that takes the user directly to the "Create Issue" window within a specific Jira project.
Our Digitalization team would like to have a Confluence space which pages detailing the steps to request new systems, and one of those page would be "Submit your request here" and that url would take the user directly to the little window in which you create issues within a project.
Is this at all doable? Or is there any other cool way to do this, maybe even directly within Confluence?
The only way I've managed to do this, is by using this URL: https://my.atlassian.net/secure/CreateIssue.jspa?issuetype=10006&pid=10000, but it takes users to a not-so-good looking page that does not offer any of the newer features.
Edit: added screenshot.
Hi Tobias,
I would use a Jira Work Management or Jira Service Management project as the intake project for customers or other requests because you can create a form for them to fill in.
Otherwise, it is going to be what you experience above.
I see, thanks for confirming! Too bad.
We already ruled out using JSM for this purpose, the team wishes to work inside a Software project rather than a Service project. This due to a lot of different departments (Legal, Cysec, etc) might be involved and we do not wish to have agent licenses all over the company.A Software project made more sense.
Plus, we didn't wish for our employees to enter the information in one place (JSM portal), only to be told to check up on status / continue discussions over on a different Jira board. Would have been sweet to collect link them directly to the create page, so they didn't have to go to the board and press Create by themselves (as some of our employees aren't used to Jira).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can still setup automation so that the JWM or JSM form creates the issue.
What we then do is auto close the issue with an automation rule and then use another automation rule to create the issue in the appropriate JSW. That rule also emails the user the JSW issue link, and then everyone works off of the Software issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That was my initial thinking as well, but they still didn't want that. It's not easy to please everyone. I will just inform their team that the only way for a cleaner request form is to use JSM, or let users create issues directly within the project. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Tobias H Unfortunately, I don't have an answer, but I do have a question. How were you able to obtain the issuetype and pid? I'm facing the same challenge as you and I'd be fine with the limited features in this case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @David.Mason
You can find issuetype id by going into the project settings and hovering the issuetype, the url in the bottom corner will end in the issuetype id (see image)
You can find the project id by using REST API.
Use this, but exchange the <Text> with your url and project key.
<yourcompanyhere>.atlassian.net/rest/api/latest/project/<PROJECT_KEY>/
On the third row you will see a 5 digit number, that is the project id.
So take these two numbers and chuck them into this url: https://<yourcompanyhere>.atlassian.net/secure/CreateIssue.jspa?issuetype=10006&pid=10000
So in my case above, the issuetype would be replaced with 10223 and project id with 10215 😊
Hope that helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks. Unfortunately, and I'm not sure why, non of our project keys yield a result:
"No project could be found with key 'XX'."
I've asked our project admins for help and referenced this thread. Appreciate the quick response, especially after so long!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think I might know the issue:
Try adding a / after the project key and also try writing it in caps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you again…no luck, unfortunately. I tried the default project/ which I think would return all, but it is also not working. Perhaps there is some configuration on the admin side stopping api calls like this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, I think this may be authentication related. I can query Atlassian's own project list. I'll work on that and let you know here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It would be great to have this updated, so that our custom fields would display their HTML properly on the issue create page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Tobias H
Did you take a look at issue collector?
You may have to create several buttons for several projets/issue type, but I think it might be your way to go from confluence
https://support.atlassian.com/jira-cloud-administration/docs/use-the-issue-collector/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Robert!
I did, however, Issue collectors are only available for company-managed projects for whatever reason.
The project in question is a team-managed one, and should stay that way.
Thanks for the suggestion, either way :)
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.