We are writing a Jira plugin and store some custom data as xml file in Jira's home folder. But that will be a problem if Jira runs on clustered environment. Is there a way to store the data into Jira's database as string into some predefined database table of Jira (may be using key, value pair) or may be some other way
Hello,
There 3 ways to store data in Jira:
1. Active Objects:
https://developer.atlassian.com/server/framework/atlassian-sdk/active-objects/
2. Plugin Settings:
https://developer.atlassian.com/server/framework/atlassian-sdk/sal-services/
3. Issue, Project, Comment properties.
This properties are stored for each issue, project or comment.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.