Hello,
I have the following automation scenario:
When: Value (Issue Type) change for Create Issue
If: Issue type equals Bug
then: Description = test
My goal is to set a basic template when the user changes the Issue type from a Story to a Bug before the issue is created.
What am I doing wrong?
Hi @Bogomil Shopov and welcome to the community!
The thing is that Jira do not see the initial selection of issue type as a change. Therefore the rule will not trigger. What I would do is just to:
Hope I make myself clear. Let me know if you need any clarifications.
Alex, thanks! I tried this, based on your instructions, but the result is the same:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Bogomil Shopov if that's ok with you, kindly try to reply to the thread I've created, to keep the conversation consistent.
Now, your rule is ok. Try refreshing the page, and take a look at the audit log. It should mark "Success".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I see the success, but I need the template(field change) to appear before hitting the create button, so the person who adds the bug to be able to fill-in specific details.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Aha!
So what you need is the user to have different create screen fields, for the (at least) two different issue types, right?
E.g. for the task (I'll use the Epic issue type for demonstration purposes)
and for the bug
If that's the case, then you need two create at least two different screen schemes, one foe each issue type. For each screen scheme you have to create one screen (at least) which you will then associate to the create issue operation. You can read more here https://support.atlassian.com/jira-cloud-administration/docs/manage-issue-screens/
Let me know if that's what you wanted to do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Alex, thanks! I tried this, based on your instructions, but the result is the same:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Bogomil Shopov ,
Can you show me the audit log after you run this rule?
Cheers,
Joy [Automation for Jira]
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.