Hey all, I'm trying to see if I can use the free Jira Cloud product to help me with one-time tasks as well as recurring tasks. I've set up a project where I'm the only user, and I'm an org admin. I'm trying to set up an automation rule that fires when an issue is moved to "Done" and has the "monthly" label assigned. In that scenario, I expect to clone the issue, copying over the title, assignee, description, and labels, as well as set a new due date for one month from "today".
The error I see in the audit log every time I run the rule is this:
Actor does not have permission to view one or more work items, or the work item was deleted (please check permissions and work item security levels):
I've tried changing the Rule Actor to my own user, and have used the Permission Helper to confirm my user has the permissions to create issues. I couldn't find a permission for "view work items" in that helper, and it seems like that's what the error is referring to so I'm a little confused. I looked around at older forum posts and saw the suggestions to add "atlassian-addons-project-access" to the issue security scheme. I've done that, but have seen no change in behavior of the rule. I'm assuming this is because I'm not able to apply that security scheme based on the limitations of the free product plan, as detailed in the permissions definition . I should also mention that executing the trigger for my rule (moving the issue to "Done") does not delete the item (second part of the error message). This leaves me confused on what to try next.
Am I overlooking something simple in my configurations? Or is the free Jira Cloud product simply unable to handle automations of this style?
As an alternative to Automation that can be really complex to implement sometimes, I can suggest trying our app Elements Copy & Sync to clone issues with the data that you need (title, assignee, description, and labels, due date...).
It is fully compatible with Automation so you can trigger the cloning action when an issue is moved to "Done" and has the "monthly" label assigned.
The app is for free during 30 days (and it stays free under 10 users), so don't hesitate to give it a try!
Hi @Thermal Developer -- Welcome to the Atlassian Community!
For a question like this, context is important for the community to help. Please post the following:
Until we see those...
Are you setting / copying those fields when you clone the work item or after the clone action? This is relevant when the work item is in another project (than the rule scope), thus preventing access to the item.
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.
Hey @Bill Sheboy thanks for the welcome!
I've edited the description to include the screenshots you asked for, as well as specified this is a team-managed project. As you can see there, my expectation is for the demonstrated configuration to clone a work item after it's been marked as completed. Though as I think more about that right now, perhaps the whole "can't view issues permission thing" is a red herring? Is the problem that I'm trying to clone completed items and Jira simply doesn't allow that? Is there a different way I could set up this automation to trigger right before the item is actually marked as completed instead? Or hopefully those screenshots will shed light on where my permissions issue actually lies.
Thanks again for the kick in the pants on how to fill out the details on my question to try and drum up some help!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for those rule images, @Thermal Developer
Some errors in the audit log do not always indicate the root cause(s) of the problem, and I see a few things to adjustment to help your rule:
Please try those changes and then re-test your rule.
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.