Hi, I would like to know for automation. I have 3 different epic name and want create subtask with a specific name, I try to use the same value with my epic's name but it's still fail to create the subtask automatically
Hello @Rico Suhanta and welcome to the Community!
I am not sure what your automation rule looks like, but if you are looking to create a sub-task in an Epic and to use the name of the Epic in the sub-task you could do the following configuration:
When you add an action, select the "Create sub-tasks" option, then the "Add fields" option. For the summary field (or any other text field), click the triple dots on the right side of the field and select "Copy From", then click on the bold values to change to "Epic Name" and "Trigger Issue".
Hope this Helps
Hello @Sam Nadarajan Thanks for the response. But the case is not when I create Epic
I already have some epics with a specific name is 'Data Visual'
When I create Task with Epic Name 'Data Visual' I want the sub task is create automatically.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the response, You didn't give me much to go on so I took a stab on the trigger but you aren't fixed to that trigger if that's not what you need.
If you change your "Issue Fields Condition" to an "Advanced Compare Condition" and use the smart value {{issue.epic.Epic Name}} for comparison it should work (just worked for me).
Keep in mind that with this approach the rule will only create the sub-task if you set the "Epic Link" field on the Task that you are creating. Tasks that are created with no association to an Epic (as you illustrated) won't create the subtask.
Hope this helps
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.
Hello @Rico Suhanta
When you created the task as part of testing, did you set the "Epic Link" field? Based on the automation rule you posted initially, it looked like you were expecting to set the "Epic Link" field when creating a task.
Also, you'll want to make sure that when you're creating an issue it's of the "Task" issue type, not "Epic" issue type for the rule to work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you guide me with some picture maybe regarding the Epic Link?
Also when I create an issue, I already make sure that the type is Task
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sure,
To associate other issues to your Epic, you'll have to set the Epic Link field:
Do you see the "Epic Link" field when creating a Task?
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.
Can you show me a screenshot of what your Create Issue screen looks like?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you please clarify what you are trying to do? It's not clear from your post. A screenshot of the current automation rule configurations would help too.
Thanks,
Kian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So I want to crate this type of automation rules. Where I create a task and the epic name is 'Data Visual' It will create a sub task. But it always fail for the second condition. Any insight of this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The issue is that Tasks don't use the Epic Name field. That is a field reserved for Epic Issue types. Try switching it to the "Epic Link" field instead.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you guide me step by step using picture? For example if I create task with Epic Name of 'Data Visual' then it will automatically create Sub Task
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I got this to work. The manual trigger was just for testing. You can make it work using the issue created event as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I try that but it didn't work, maybe should I add if condition for Issue type?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hmm, that's odd. It worked for me! Can you ensure that the task you created was linked to the Epic you wanted?
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.
That looks fine. I'm not sure why it isn't working as it does for me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you think I should make like this? and What is the summary field I shoud write?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, that won't work. Instead of creating a task, try it like this.
You'll need to make sure when you create the task that you set the "Epic Link" field.
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.