Forums

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

How to store Project Budget Information in Jira?

vinay kumar May 28, 2019

I am given a requirement in which I need to display 'Budget', 'Remaining budget' etc information in a dashboard.
I need to fetch all this information using JIRA REST API.
I want to know:
(1)How and where Budget related information is stored in Jira 'without the help of any JIRA plug-in'.
(2)How to fetch this data using Jira API.

Thanks

2 answers

2 accepted

1 vote
Answer accepted
laralg
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.
May 28, 2019

Hello vinay,

In jira withou add-ons you can only store information at issue level, projects only have the default fields.

If you really do not want any add-on, I would suggest creating a "project of projects" where you create a project with issuetype project and you store that information in those "issues" If you are open to try add-on I would recomend profields, which has API REST that you can use.
https://marketplace.atlassian.com/apps/1210816/profields-project-custom-fields?hosting=cloud&tab=overview
Regards

vinay kumar May 28, 2019

Thanks Lara, for quick answer, will try with your approach.

0 votes
Answer accepted
Deleted user May 28, 2019

ciao, 

I also had to face your problem and at the beginning I started developing something with Script Runner, in the end I guarantee you do a better job using plugins, try https://marketplace.atlassian.com/apps/1218792 now / project-budget-for-jira but if you want to get the top, then the plugin to use is time budgets.

vinay kumar May 28, 2019

Thanks Calogero, for quick answer, will explore project-budget-for-jira plugin.

Suggest an answer

Log in or Sign up to answer