Gikey587

- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
-
-
-
Gikey587 created a post, On-schedule workflow stops when I'm trying to remove tag from issue
My small workflow is:guard: (ctx) => { const issue = ctx.issue; return true; }, action: (ctx) => { const issue = ctx.issue; if (issue.fields["Статус"] && issue.fields["Статус"].n... -
Gikey587 commented, -
Gikey587 created a post, Workflow Action. Disabling messages about applying action rule
Hello everyone! I'm making some action workflow. Is there any way to disable messages which appear in right bottom corner every time action applied successfully?