This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ------------------------------------------ | |
| // ---- Set default Description ------------- | |
| // ------------------------------------------ | |
| def defaultDescriptions = [ | |
| Story: """ | |
| *As a* USER | |
| *I want* FEATURE | |
| *so that* BENEFIT | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * On Issue Update Event | |
| * If Component is changed and only one component is assigned | |
| * then re-assigns the issue to the Component Lead | |
| */ | |
| import com.atlassian.crowd.embedded.api.User | |
| import com.atlassian.jira.bc.project.component.ProjectComponent | |
| import com.atlassian.jira.component.ComponentAccessor |