Hi Atlassian,
I want ask about automation on JSM.
I want make automation, When I fill 1st field the other field will be autofill based on the field I choose.
Notes : the 1st field will have around 50 - 100 dropdown.
Can i make that?
If you add an automation that listens for "When: Value changes for" -> "The field that you want to copy"
Then: "Edit issue field" -> "The field you want to change"
For the value of the field that you want to set, if you are looking to copy the contents of the previous dropdown field, you can add the following smart value:
{{issue.yourDropdownField}}
So for example, if I wanted to copy my Summary field to the Description field, I would do it like this:
If you need a different value for the dropdown field and the field you are trying to set, you have to specify different values for each of the dropdown options in an if/else chain.
Hi..
first of all thank you for reaching me out.
I tried using "When: Value changes for" but, unfortunately the field I want, i dont find it.
Where I can make the field that I want?
note : I'm a baginner of JIRA and still learn for this
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi again,
You need to make sure the field is available for the issue type(s) you want to edit in the view/edit/create screens and in the field configuration for both fields that you want to set.
If you need to create a NEW field, you can do this by going to Settings -> Issues -> Custom fields and click "Create custom field" in the top right. Select the field type that suits the data you are trying to add/create best.
Kim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi Kim.
well noted thanks a lot for your info.
thank you
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.