Hi Team,
I have set of component with 3 values in jira and I wanted to set a component as default.
Component -
Value1
Value2
Value3
When I create an issue in jira, I want to auto fill the component as Value1 by default. How do I do that?
kindly help!
Hi @rbalamu2
There is no concept of a "default" Component in Jira.
But you can use an Automation Rule to Edit the issue and add the Component after it gets created.
Or you can add a Post Function to the Create Transition for your work flow to add the component when the issue is created.
Hi @John Funk ,
Can you help me set a post function to create Transition for your work flow to add the component when the issue is created.
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.
Very good - that's the route I would prefer to use anyway. That way if your project has multiple workflows, you don't have to update and maintain everyone of them. :-)
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.