Facing below error while running the JIRA automation for sending email .
Can't run component as it requires issue(s) in the context. More than likely you have a trigger that doesn't insert issues into the rule chain. e.g. Scheduled rule not running a JQL query. Creating an issue does not put an issue into the context, you have to branch on it to update it.
Hi @Srinivaas , please share an image of your automation rule. Are you in fact running a schedule trigger?
I am getting the same error on running my automation.
Can you help me achieve the below using automations so that I don't get the error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You have already created a question for your scenario. Please stay with that thread so the community can better help:
https://community.atlassian.com/forums/Jira-questions/Automation-logic-help/qaq-p/3016436
Hi @Srinivaas
Did you solve this question yet?
As we cannot see your rule, and based on what you described, your rule is using a Scheduled trigger without any JQL and the rule is attempting to use issues. You must either add JQL to the trigger or add a branch to issues and move your actions under that branch.
Seeing your rule specifics will help identify the better of the two approaches.
Kind regards,
Bill
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.