This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
script_fields [2019/02/13 11:43] root |
script_fields [2019/07/11 09:28] (current) root |
||
|---|---|---|---|
| Line 36: | Line 36: | ||
| </ | </ | ||
| - | ==== Return user that made last change on field " | ||
| - | <code java> | ||
| - | import com.atlassian.jira.component.ComponentAccessor | ||
| - | import static com.atlassian.jira.issue.IssueFieldConstants.* | ||
| - | |||
| - | def changedItem = ComponentAccessor.getChangeHistoryManager().getAllChangeItems(issue)? | ||
| - | |||
| - | return " | ||
| - | </ | ||
| - | Reference: [[https:// | ||
| ==== Drop Down Values based on Transitions ==== | ==== Drop Down Values based on Transitions ==== | ||
| Line 62: | Line 52: | ||
| // Set the values inside the select list field | // Set the values inside the select list field | ||
| - | def noneMap = [null: " | + | def noneMap = [" |