Is there a way to set the due date automatically to one day after the actual date if someone adds a comment to an issue?
It would be great if someone has an idea . Thanks!
Hi,
I've the same error on try to set a summary.
log message:
2015-08-04 10:22:10,852 pool-9-thread-1 ERROR anonymous 362x2x2 2a89xe 192.168.10.5,148.251.107.99 /rest/api/2/issue/SD-107 [automation.jira.action.EditIssueAction] Unable to edit issue 'EA-1028' using actor 'bdo': Errors: {} Error Messages: [Sie sind nicht berechtigt, Vorgänge zuzuweisen.]
Sie sind nicht berechtigt, Vorgänge zuzuweisen ~ You are not authorized to allocate operations
thanks
regards
Benjamin
I believe you can use the Automation plugin to fire the update in the field when a new comment is added.
Cheers!
Teilor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried it with the Automator plugin:
Select Trigger: Issues Event trigger
Issue Event: Issue commented
JQL expression: project = IFS AND issuetype = Problemmeldung AND status in (Open, "In Progress", Reopened) AND due <= 5m AND assignee in (currentUser())
Choose action: Edit issues action
Edit fields: duedate = duedate +1
The problem:
The rule will not be executed, the log says that I´am not allowed to assign an issue (Sie sind nicht berechtigt, Vorgänge zuzuweisen) ... I only have the german translation of this log entry, but I hope you know what I mean.
It is strange, because I have no action which tells to assign a user?
We also have an other rule which works fine, but changing the duedate does not work.
Can anybody help?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
With a bit of dev work. You will have to write a listener to do that.
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.