Project

General

Profile

changing issue itself from macro?

Added by Dirk Rudolph over 5 years ago

hello,

I wrote a macro, that collects information about the parent issue. It works fine. But now I wanted edit the description from the macro itself. The Code

current_issue = Issue.find(obj.id)
current_issue.description = "#{current_issue.description} New text" 

seems no effect.

Has the macro no permission to write?