Hi,
I joined as a entry level JIRA admin in my company, whenever a deployemnet request is needed, the devloper has to create an issue in jir and give some extra details than the default ones. So, is there any way in JIRA that we can create a deloyment issue template, so that whenever a developer would like to create an issue it should give option to choose deployment template and fillout the extra things needed.
Nope, the whole point of the "create issue" function is that it asks the user for information that is needed later. If the information is fixed, then you don't actually need it entered.
You can set up defaults for most fields, so that the users doesn't always have to select from them, but the templates you describe are not really possible. (A better option is to drop all the fields that depend on something and populate them using post-functions after they commit the new issue, but for complex cases or if/thens, you need code to be able to do that, and you can't do that on JIRA Cloud)
rather than a blank issue description, it would be helpful to define a template of the structure of a story. For example we have defined Definition of Ready with several key sections that need to be filled (Story, Definition Of Done, Acceptance Criteria, etc.) Also, we would like to use markdown to format this outline. It is innefficient and inconsist to have each person fat-finger these in from scratch each time. As a Product Owner, I want a story template in JIRA to fill in the initial structure, then have the story writer fill in the specifics.
This is legitimate feature request.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm really interested in @George Peden (Slalom) request. Is there something like that in JIRA? I saw many plugins in JIRA MarketPlace, but I think this should be native.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This really make sense & highly required as a native feature.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic Brough -Adaptavist-
I totally agree with @George Peden (Slalom) . We also need the Tickets to be prefilled with (Story, Definition Of Done, Acceptance Criteria, etc.)
This is like a checklist for the developer raising a ticket. It doesn't make sense that everybody has to write those headlines manually every time.
Putting those things in separate fields and make them required would be an option, but won't look nice and make the tickets harder to read.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The decent checklist plugin with templates and the "default checklist" concept might be useful in this case.
Our checklist plugins offer the mentioned features, as well as integration with automation tools, which might help in more complicated use cases.
There are also a few other checklist apps in the Marketplace as well as some issue template apps.
Cheers,
Jack
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Within your workflow you have transitions and within those transitions you can select a screen to display when the transition is selected in the workflow step.
The other option is to create a screen for deployment and with a transition to deployed then the developer will receive the deployment screen make the fields required, then they can complete deployment and it should go to the done column or closed. That's what I would do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi how do I do that in JIRA. trying to create a template for our testers for bug logging. But I want it to be uniform to all bugs and have specific fields to be entered.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
ok, may be i told wrong its not issue its a task that developers give to the deployment team, basically developers don't give all the information at a time, they just give if deployment team asks for or they give it like sctattered. So, our intention is that whenever they create the task, they should be able to see few more fileds like
a)path of the war file
b)path of the license file
c)version of the software etc
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Break up your issues into issue types. If, for example, the one you've now detailed here is a "deployment request", then have an issue type called that. You can then associate those custom fields with just that issue type, and the users will on;y be prompted for the relevant fields when they select the right issue type.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Another alternative is to look at the facitilites that JIRA Service Desk provides for these sort of service requests. You can then map different request pages to different types of request but still deal them with them in JIRA as the same issuetype but having made sure that you have captured the correct data for that service request.
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.
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.