PageRenderTime 70ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/src/test/resources/examples/DateOfFirstActionScriptedField.groovy

https://bitbucket.org/sorin/jira-plugin-intellij
Groovy | 8 lines | 5 code | 3 blank | 0 comment | 1 complexity | 158f4dac002b44c55d3d40b5f0f5665f MD5 | raw file
  1. package examples
  2. import com.atlassian.jira.ComponentManager
  3. def componentManager = ComponentManager.getInstance()
  4. def changeHistoryManager = componentManager.getChangeHistoryManager()
  5. changeHistoryManager.getChangeItemsForField(issue, "status").find {it.toString == "In Progress"}?.getCreated()