GithubHelp home page GithubHelp logo

jira-releasenotes-maven-plugin's Introduction

Release notes from Jira

Overview

Atlassian Jira is one of the leading and favorites when it comes to issue tracking and with the rise of Agile, also backlog management. Issue tracking of Jira makes it a lot easy to manage release and track what went in which release. Just tag the issues, stories etc to Jira's release and there you have your release notes. Easy right?

But what if you want to automate the release notes generation for each release you make? What if you want only completed stories and issues to be part of release notes and not the impeded or incomplete ones?

Answer is Jira's reach REST APIs and maven plugins. Idea is to invoke Jira's APIs during your release preparation, fetch the items which are interested in, create release notes in your favourite format (markdown for example) and budle it as one of the artifacts along with others like binary, javadoc etc.

This repo demonstrates the same.

  1. Include jira-releasenotes-maven-plugin in your build life cycle
    <groupId>com.jak.maven</groupId>
    <artifactId>jira-releasenotes-maven-plugin</artifactId>
    <version>1.0-SNAPSHOT</version>
    
  2. Provide certain configuration (see Example usage for more details)
  3. Bind the plugin execution to your desired maven phase. install for example.

Note: This project uses immutables, so after cloning ensure your IDE is configured to support annotation processing. For more details refer this.

Creating skeleton maven plugin project

mvn archetype:generate -DgroupId=com.jak.maven -DartifactId=jira-releasenotes-maven-plugin -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-plugin

jira-releasenotes-maven-plugin's People

Contributors

jaykhimani 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.