0

Directly import com.atlassian.jira.ComponentManager in java file does not work.

atlassian-create-jira-plugin-module then choosing Component Import and specifying com.atlassian.jira.ComponentManager does not, either.

I have looked into some tutorial and just does not get the approach.

onemach
  • 4,265
  • 6
  • 34
  • 52

1 Answers1

0

Use ComponentAccessor class.

The answer for Jira 5.0 is here: https://answers.atlassian.com/questions/73426/how-do-i-import-com-atlassian-jira-componentmanager.

Peter Csiba
  • 461
  • 2
  • 10