All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.README.md Maven / Gradle / Ivy

Maven Jira Plugin


Maven plugin for accessing Atlassian Jira [![][Build Status img]][Build Status] [![][Coverage Status img]][Coverage Status] [![][Dependency Status img]][Dependency Status] [![][license img]][license] [![][Maven Central img]][Maven Central] [![][Javadocs img]][Javadocs] Plugin documentation can be found at https://lucapino.github.io/jira-maven-plugin Available goals: ================ * **create-new-jira-version** - creates a new JIRA version * **generate-release-notes** - generates a release notes file based on a velocity template * **release-jira-version** - releases a JIRA version * **mail-release-notes** - send announce mail with release note. * **transition-issues** - transitions issue based on a JQL query Example plugin definition: ========================== it.peng.maven.plugin jira-maven-plugin 2.0.0 jira-server https://jira.example.org/jira/ Example _create-new-jira-version_ goal configuration: ------------------------------------- JRA ${project.version} Example _generate-release-notes_ goal configuration: ------------------------------------------ JRA ${project.version} Example _release-jira-version_ goal configuration: ---------------------------------------- JRA ${project.version} Example _mail-release-notes_ goal configuration: ---------------------------------------- localhost 25 user passwd [email protected] [email protected] [email protected] foo.bar foo.bar Foo Bar [email protected] Example _transition-issues_ goal configuration: ------------------------------------------- JRA ${project.version} project = ''{0}'' AND status in (Resolved) AND fixVersion = ''{1}'' Closed [Build Status]:https://travis-ci.org/lucapino/jira-maven-plugin [Build Status img]:https://travis-ci.org/lucapino/jira-maven-plugin.svg?branch=master [Coverage Status]:https://codecov.io/gh/lucapino/jira-maven-plugin [Coverage Status img]:https://codecov.io/gh/lucapino/jira-maven-plugin/branch/master/graph/badge.svg [Dependency Status]:https://www.versioneye.com/user/projects/59e0e6212de28c21ceb9707cc [Dependency Status img]:https://www.versioneye.com/user/projects/59e0e6212de28c21ceb9707c/badge.svg?style=flat [license]:LICENSE [license img]:https://img.shields.io/badge/license-Apache%202-blue.svg [Maven Central]:https://maven-badges.herokuapp.com/maven-central/com.github.lucapino/jira-maven-plugin [Maven Central img]:https://maven-badges.herokuapp.com/maven-central/com.github.lucapino/jira-maven-plugin/badge.svg [Javadocs]:http://www.javadoc.io/doc/com.github.lucapino/jira-maven-plugin [Javadocs img]:http://javadoc.io/badge/com.github.lucapino/jira-maven-plugin.svg




© 2015 - 2025 Weber Informatics LLC | Privacy Policy