Schwartz, Daniel
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Schwartz, Daniel commented, -
-
-
Schwartz, Daniel created a post, AnsweredCorrect format for message in javascript workflow editor
I'm trying to create a message (blue box pop-up) when an issue is submitted. I suspect my syntax is wrong, but not sure where. My script looks like: action: function(ctx) { var issue = ctx.issue; ... -
Schwartz, Daniel created a post, Excessive Emails from Agile Boards
We have set up an agile board to display a subset of issues successfully. When someone subscribes to the saved search associated with this agile board, the email notifications they receive often p... -
Schwartz, Daniel commented, -
Schwartz, Daniel created a post, AnsweredFailure to transition between states when using state machine
I have implemented a simple state machine that handles transitions between a value I've called 'Issue type' The value is Bug by default, and I would like to allow a transition to Feature. The wor...