I am happily using JIRA OnDemand for project management and tracking of shipment requests for our office. Now the issue is that we currently have to use two separete systems both JIRA for request submission and a separate inventory management program (that is pretty awful) to track inventory. I'm really ideally looking for a way to manage inventory directly from within JIRA - so to have an option for people to choose their materials from within the issue creation form, and then have that deduct from an inventory system. I've been doing a lot of google searching but haven't really seen anything. Does anyone know of any options?
Hi,
Since JIRA does not have any direct integration with Inventory Management software, you would need to create some custom scripting using the REST api:
http://docs.atlassian.com/jira/REST/latest/
You could query JIRA isssues and then update your inventory management system. This would also probably require some API integration and scripting with your inventory management program as well.
Cheers,
Gary
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.