2 comments
Avatar
Permanently deleted user
Official comment

In fact, it is not a straight-forward action now: you need to get project WorkItemTypes and find a correct one by name:

    var type = entities.WorkItemType.findByProject(ctx.issue.project).find(function(t) {t.name === 'Development'} ).first();

Avatar
Permanently deleted user

Oh my. Thank you. :)

0

Please sign in to leave a comment.