Hi all,
I wanted to auto-populate a custom field named scope category when I create,
Please help me to achieve the second scenario.
Thanks,
Thinesh
Hello @Thinesh
In what way, exactly, is the second rule not working?
You can't use an Automation Rule to populate a field in the Create Issue dialog.
The rule is triggered when the issue is created. The issue is not created until you click the Create Issue button within the Create Issue dialog, after you have filled in the fields.
The rule that you have written is triggered when a Bug is created, and is trying to Edit the Scope Category field in that same Bug. But your Edit action says "copy the value from the Trigger issue". The Trigger Issue is the Bug you just created. The rule is trying to edit a field and set that field to the value that is already there, based on the logic of your rule.
When the Bug is created, from what issue do you want to get Scope Category?
I want the scope category from the backlog under which the bug is linked/created under.
In the edit action I have tried with parent issue and all other issues type present. None of them is working.
For subtask (scenario 1 stated in my question) it is working as expected, it is only not working for scenario 2 (bug creation)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Thinesh
Can you walk us through the steps for how you create the bug and link it to the backlog? When you say "backlog" do you mean you are linking it to an issue in the backlog?
Can you show us an example of a bug that you have created this way, and point out the "link to the backlog" information?
When you are creating the link between the bug and the other issue...
- do you only link it to one other issue?
- are you linking the bugs only to one particular Type of issue?
- do you always use the same Link Type?
- do you use that same Link Type for other scenarios?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Steps to create a bug & Link it to the backlog
Upon click on the create linked issue we get an issue creation screen with issue type = bug, which would have the backlog ID and the scope category field
When you are creating the link between the bug and the other issue...
- do you only link it to one other issue? - Yes, only issue only
- are you linking the bugs only to one particular Type of issue? Yes, Issue type = backlog
- do you always use the same Link Type? = Yes (like blocked by or blocks)
- do you use that same Link Type for other scenarios? Yes
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.