Hello, Im simply developing CRUD Jira plugin using Atlassian-Sd. I have my application on localhost http://localhost:2990/jira, I created simple projects and issues.
In my class I use Active Objects layer.
Im using for example
public ExampleEntry getID(String id){
return ao.get(ExampleEntry.class, 3);
}
It's working fine, I have result in my Velocity, but implementing Entity in Jira Api it's a little difficult like. Not like in JpaRepository.
How can I make simple CRUD operations, like get Issue, delete issue, update issue, get list of issue. Thanks for respond
Hello,
You can find an example here:
https://developer.atlassian.com/server/framework/atlassian-sdk/getting-started-with-active-objects/
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.