GithubHelp home page GithubHelp logo

jira-jql-search's Introduction

JIRA JQL Search GitHub Action

This action searches JIRA for the issues that match the JQL passed in, and returns the results in a JSON array.

Donation

If you find this action useful, feel free to donate to my Ethereum address, 0xe3f51a4a8dea84a2266e403750ff8363db5e690f.

Action Information

Environment Variables ๐Ÿ”ง

๐Ÿšจ All variables are required ๐Ÿšจ

  • JIRA_HOST - the hostname of your JIRA instance
    • e.g. stark-industries.atlassian.net
  • JIRA_API_TOKEN - An access token from JIRA. Configure them here
  • JIRA_USER_EMAIL - The email of the user that generate JIRA_API_TOKEN

Inputs

  • jql (required) - A JIRA JQL query
  • fields - A comma-separated list of fields to map out of the issue data
    • If not supplied, all non 'customfield' issue data is returned, for finding custom field information, first find the name of the field in the JIRA API and add it to the list e.g. summary,description,customfield_10000

Outputs

  • issueData - JSON data containing all issue data

Example ๐Ÿ“„

{
  "jql": "<The query you originally passed in>",
  "quantity": 2,
  "issues": [
    {
      "key": "ABC-1",
      "fields": {
        "creator": {
          Stuff...
        }
      },
      ...
    }
  ]
}

jira-jql-search's People

Contributors

semantic-release-bot avatar

Stargazers

 avatar

Watchers

 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.