Hi everyone,
I have the following structure Epico -> Task -> Subtask, I have a rule that when creating an epico standard tasks and subtasks are created together.
I have a custom field in the subtask with the name "Project", I would like that when creating an epic this custom field has the same name as the Epic Name.
Thanks!
Hi @Douglas Oliveira - In your rule that creates the sub-tasks, you can use this smart value to apply the Epic Name:
{{issue.parent.Epic Name}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm an English speaker so please confirm my understanding...
Based upon your screenshot, it looks like when an Epic is created, you're branching into sub-tasks and editing the items.
If my understanding is correctly, this is not going to work because when you create an epic, it will not yet have any tasks/sub-tasks yet. I would recommend that you configure a rule like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, that's exactly it, but that rule you gave me didn't work, I've tried replacing it with: {{issue.parent.Epic Link}}, it didn't work either.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry it should be this (just validated in my test environment):
{{issue.parent.epic.Epic Name}}
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.
The "no actions performed" tells me that it's triggering, but not passing the condition so it is not recognizing that the trigger issue is a sub-task (you'll be able to confirm this by expanding one of those audit log entries).
I can confirm this works in my test environment.
Lastly, to confirm my understanding, you are creating these sub-tasks manually. If that's correct, the rule looks properly configured. However, if you have another rule generating the sub-tasks, you'll need to make sure Allow Rule Trigger is checked on the Rule Details screen.
I 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.
I actually ended up forgetting to check the option to allow a rule to trigger the other. Now it worked fine!
Thanks!
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.