Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to store custom data into Jira's database

Subhajit Bhuiya July 23, 2018

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

1 answer

1 accepted

0 votes
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 23, 2018

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events