gatsby-source-jira

1.0.2 • Public • Published

Gatsby Source Plugin - Jira

This is the code repository for a Gatsby Jira data source.

Build Status

Example Usage in Gatsby Config File

In your gatsby-config.js file add the plugin and set the host. Change the host to your Jira host.

module.exports = {
  siteMetadata: {
    title: 'Jira REST Client',
  },
  plugins: [
    'gatsby-plugin-react-helmet', 
    {
      resolve: "gatsby-source-jira",
      options: {
        host: "jira.mattsommer.io",
        epic_field_id: "customfield_10009",
      },
    }]
}

Readme

Keywords

Package Sidebar

Install

npm i gatsby-source-jira

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

7.51 kB

Total Files

13

Last publish

Collaborators

  • matthew.sommer