Dear Community,
I would like to write a simple (simple, from use case perspective) workflow post function, that adds a comment with a static text, depending on the value of a custom select list (single choice).
So far:
- I am familiar with the SDK / Java Development
- I successfully did the tutorials
- I wrote a very simple workflow condition upon an example I found on the web
- I read most of the articles at developer.atlassian.com
- managed to use Eclipse with the SDK
- know about the existence of the API Reference
But now, where to start? How do I collect the bits and pieces? Should I click through the classes in the API Reference?
Am I on the right way with com.atlassian.jira.issue.comments.CommentManager and com.atlassian.jira.issue.CustomFieldManager?
What is the general approach?
Many Thanks
Thomas