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
To create the issue, they need to have the "permission" for "create issue", so check the permission scheme for that.
Then, look at the workflow. Specifically, look at the "close issue" transitions you want to stop them using. They have "conditions" on them that say things like "user must be in the role of developer" or "user must have the close issue permission". Make sure that your user does NOT match the conditions.
You may want to change the permissions and/or conditions to enable you to limit the user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.