Code Monkey home page Code Monkey logo

jiratix's Introduction

Adventures in Data Mining Jira Tickets and working with AWS Comprehend

It all started one sunny afternoon on a work phone call during our creation of a Cloud Center of Excellence (CCOE). How do we help our cloud users get easy answers to common questions? We can create FAQ's, but, wait, What questions do our customers want answered?

We have thousands of Jira tickets that document what our cloud users have been asking since 2021, it should be really easy to send that information to a natural language processing tool and it will concisely tell me the topics that were most requested, right?

Not so much.

This is not something I can drop into ChatGPT due to proprietary information that should not be shared outside the confines of work.

This is not a simple plug in text and get results into AWS Comprehend, much to my dismay.

Here begins my journey with understanding how to use AWS Comprehend and gaining insights from Jira Tickets.

First, you can query your jira system using the Jira REST API (https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/)

As a newbie working with API calls, I was lucky enough to have some guidance on creating my initial query which can be put into a web browser like this: https://jira.<YOUR_COMPANY>.com/jira/rest/api/2/search?jql=project=<YOUR_PROJECT>AND............ Components if you have them and Fields if you know which Jira fields you'd prefer to pull out. In my case, our tickets include a unique key, summary, date created, and description.

jiratix's People

Contributors

ahoughro avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.