Hi,
I have an issue ticket in project A(Customer Project) on Jira cloud. However, this issue ticket is blocked by an existing issue ticket from Project B(company Project). I want to run a rule to automate picking up the timestamp of when the ticket from project B( linked issue) is linked to the ticket from project A.
I have created a custom field, "Escalation Link Timestamp" and linked it to Project A's screens.
Then, I defined the automation rule as below:
Project A
.Project settings
> Automation
.Create rule
.Issue linked
.( link type : is blocked by)Project B
(issue field condition>Projects and condition is: equals Project B).Edit issue
.{{now.jiraDateTime}}
.then, on the issue screen, I linked an issue from Project B and then ran the filter to import the CSV document. When I checked the CSV, the custom field was empty, with no date.
Could you please help me if I am doing something wrong?
Thanks and Regards
Hi @Harun Ahmetbeyoglu ,
Welcome to the community!
I think you need to use {{now}} in the last step.
But do use the 'log action' for debugging, it will help you a lot. And check the audit log of the automation rule to see if and when it was triggered.
Lastly, you need to have set the rule scope to multiple projects (include project A &B)
For this you need Jira administration permission and go to global administration of the automation rules (<yoursite>.atlassian.net/jira/settings/automation). Select your rule, rule details> scope > multiple projects > project A, project B
Hi Rudy,
Thanks for your response. I tried everything as well as your recommendations. But those fields are still empty, and no date coming out.
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.