All Projects → RedMadRobot → fastlane-plugin-jira_release_notes

RedMadRobot / fastlane-plugin-jira_release_notes

Licence: MIT license
Fastlane Plugin for Jira Release Notes

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to fastlane-plugin-jira release notes

expense-manager
Developers : Checkout this repo for complete CI-CD of flutter with fastlane. Android/iOS both apps are getting deployed on stores with Fastlane.
Stars: ✭ 28 (+100%)
Mutual labels:  fastlane, fastlane-ios, fastlane-android
AndroidFastlaneCICD
📱A sample repository to demonstrate the Automate publishing🚀 app to the Google Play Store with GitHub Actions⚡+ Fastlane🏃.
Stars: ✭ 82 (+485.71%)
Mutual labels:  fastlane, fastlane-android
fastlane-plugin-cosigner
A fastlane plugin to help you sign your iOS builds
Stars: ✭ 25 (+78.57%)
Mutual labels:  fastlane, fastlane-plugin
fastlane-plugins
自创造超实用性 Fastlane 插件和自定义 actions 的聚合仓库
Stars: ✭ 19 (+35.71%)
Mutual labels:  fastlane, fastlane-plugin
souyuz
Fastlane build plugin for building Xamarin.iOS and Xamarin.Android applications
Stars: ✭ 35 (+150%)
Mutual labels:  fastlane, fastlane-plugin
firim
Upload ipa binary to fir.im in fastlane chain
Stars: ✭ 51 (+264.29%)
Mutual labels:  fastlane, fastlane-plugin
icon-banner
🚩 IconBanner adds custom nice-looking banners over your mobile app icons 📱
Stars: ✭ 18 (+28.57%)
Mutual labels:  fastlane, fastlane-plugin
fastlane-plugin-validate app
Validate your app with altool before uploading to iTunes Connect
Stars: ✭ 16 (+14.29%)
Mutual labels:  fastlane, fastlane-plugin
fastlane-plugin-flutter
Flutter actions plugin for Fastlane
Stars: ✭ 31 (+121.43%)
Mutual labels:  fastlane, fastlane-plugin
fastlane-ios-example
Fastlane iOS Example for Beta, Release
Stars: ✭ 38 (+171.43%)
Mutual labels:  fastlane, fastlane-ios
fastlane-plugin-run tests firebase testlab
Runs Android tests in Firebase Test Lab 🚀
Stars: ✭ 46 (+228.57%)
Mutual labels:  fastlane, fastlane-plugin
gitlab-ci-android-fastlane
Docker image for building android apps on Gitlab CI
Stars: ✭ 25 (+78.57%)
Mutual labels:  fastlane
upload dsym to bugly
fastlane plugin upload dSYM/ipa to bugly
Stars: ✭ 26 (+85.71%)
Mutual labels:  fastlane
alfred-jira-search
Alfred Workflow to quickly search through Jira issues 🔎
Stars: ✭ 23 (+64.29%)
Mutual labels:  jira
atlassian-connect-core
[Laravel 5.5+] The easiest way to create an add-on for the JIRA and Confluence
Stars: ✭ 42 (+200%)
Mutual labels:  jira
jira-select
JIra-select is a command-line tool and library that lets you run SQL-like queries against your Jira instance that are far beyond what Jira's built-in query language can provide.
Stars: ✭ 18 (+28.57%)
Mutual labels:  jira
goji
Command line JIRA client
Stars: ✭ 17 (+21.43%)
Mutual labels:  jira
quickstart-atlassian-jira
Jira Software Data Center and Jira Service Desk Data Center with high availability and performance
Stars: ✭ 61 (+335.71%)
Mutual labels:  jira
git-changelog-maven-plugin
Maven plugin that can generate a changelog, or releasenotes, from git repository
Stars: ✭ 52 (+271.43%)
Mutual labels:  jira
tribe
Helps you answer why the @$*% that code exists.
Stars: ✭ 18 (+28.57%)
Mutual labels:  jira

jira_release_notes plugin

fastlane Plugin Badge

Getting Started

This project is a fastlane plugin. To get started with fastlane-plugin-jira_release_notes, add it to your project by running:

fastlane add_plugin jira_release_notes

About jira_release_notes

Release notes from JIRA for version

Example

Check out the example Fastfile to see how to use this plugin. Try it by cloning the repo, running fastlane install_plugins and bundle exec fastlane test.

lane :notes do
  text = jira_release_notes(
    username: "me",
    password: "123", # password or api token
    url:      "https://jira.example.com",
    project:  "OX",
    version:  "0.1",
    status:  "Testable",
    format: "plain"
  )
  puts text
end

Options

fastlane action jira_release_notes

How to generate an API Access Token

Key Description Env Var Default
url URL for Jira instance FL_JIRA_SITE
username Username for Jira instance FL_JIRA_USERNAME
password Password for Jira or api token FL_JIRA_PASSWORD
project Jira project name FL_JIRA_PROJECT
version Jira project version FL_JIRA_PROJECT_VERSION
status Jira issue status FL_JIRA_STATUS
components An array of Jira issue components FL_JIRA_COMPONENTS
format Format text. Plain, html or none FL_JIRA_RELEASE_NOTES_FORMAT plain
max_results Maximum number of issues FL_JIRA_RELEASE_NOTES_MAX_RESULTS 50

Run tests for this plugin

To run both the tests, and code style validation, run

rake

To automatically fix many of the styling issues, use

rubocop -a

Issues and Feedback

For any other issues and feedback about this plugin, please submit it to this repository.

Troubleshooting

If you have trouble using plugins, check out the Plugins Troubleshooting guide.

Using fastlane Plugins

For more information about how the fastlane plugin system works, check out the Plugins documentation.

About fastlane

fastlane is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out fastlane.tools.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].