All Projects → coddingtonbear → Jirafs

coddingtonbear / Jirafs

Licence: mit
Edit your Jira tickets using locally-stored text files in a git/hg-inspired way

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Labels

Projects that are alternatives of or similar to Jirafs

Php Jira Rest Client
PHP classes interact Jira with the REST API.
Stars: ✭ 394 (+294%)
Mutual labels:  jira
Jiramobilekit
JIRA Mobile Kit a framework for raising bugs within your app including screenshots easily. JIRA Bug Raising written in Swift. iOS JIRA SDK Swift 3-4
Stars: ✭ 33 (-67%)
Mutual labels:  jira
Metasearch
Search aggregator for Slack, Google Docs, GitHub, and more 🔍
Stars: ✭ 81 (-19%)
Mutual labels:  jira
Docker Atlassian Jira
Atlassian JIRA Core wrapped in a Docker image
Stars: ✭ 553 (+453%)
Mutual labels:  jira
Go Jira
Go client library for Atlassian Jira
Stars: ✭ 871 (+771%)
Mutual labels:  jira
Docker Atlassian Jira Data Center
Dockerized Atlassian Jira Data Center for local testing during plugin development.
Stars: ✭ 53 (-47%)
Mutual labels:  jira
Jira
Dockerized Atlassian Jira
Stars: ✭ 346 (+246%)
Mutual labels:  jira
Jira
Python JIRA Library is the easiest way to automate JIRA. Support for py27 was dropped on 2019-10-14, do not raise bugs related to it.
Stars: ✭ 1,321 (+1221%)
Mutual labels:  jira
Lita Jira
A JIRA plugin for Lita
Stars: ✭ 15 (-85%)
Mutual labels:  jira
Devops Kompose
[DEPRECATED] DevOps tools on Kubernetes with Helm charts
Stars: ✭ 78 (-22%)
Mutual labels:  jira
Atlassian Python Api
Atlassian Python REST API wrapper
Stars: ✭ 564 (+464%)
Mutual labels:  jira
Awesome Wm Widgets
Widgets for Awesome Window Manager
Stars: ✭ 856 (+756%)
Mutual labels:  jira
Auto
Generate releases based on semantic version labels on pull requests.
Stars: ✭ 1,120 (+1020%)
Mutual labels:  jira
Codestream
The Code Collaboration Tool Built for Remote Teams
Stars: ✭ 459 (+359%)
Mutual labels:  jira
Jira Steps Plugin
Jenkins pipeline steps for integration with JIRA.
Stars: ✭ 88 (-12%)
Mutual labels:  jira
Super Productivity
To-do list & time tracker for programmers and other digital workers with Jira, Github, and Gitlab integration
Stars: ✭ 4,505 (+4405%)
Mutual labels:  jira
Dashboard
📺 Create your own team dashboard with custom widgets. Built with Next.js, React, styled-components and polished.
Stars: ✭ 1,007 (+907%)
Mutual labels:  jira
Actionview
An issue tracking tool based on laravel+reactjs for small and medium-sized enterprises, open-source and free, similar to Jira.
Stars: ✭ 1,357 (+1257%)
Mutual labels:  jira
Ox Jira.el
Org-mode export backend for JIRA markup
Stars: ✭ 88 (-12%)
Mutual labels:  jira
Markra
A Markdown-to-JIRA syntax editor.
Stars: ✭ 64 (-36%)
Mutual labels:  jira

Jirafs

.. image:: https://travis-ci.org/coddingtonbear/jirafs.svg?branch=master :target: https://travis-ci.org/coddingtonbear/jirafs

.. image:: https://badge.fury.io/py/jirafs.png :target: http://badge.fury.io/py/jirafs

Pronounced like 'giraffes', but totally unrelated to wildlife, this library lets you stay out of Jira as much as possible by letting you edit your Jira issues as a collection of text files using an interface inspired by git and hg.

.. image:: http://coddingtonbear-public.s3.amazonaws.com/github/jirafs/readme_demo_2.1_v7.gif

Read more details in the docs <http://jirafs.readthedocs.org/>_.

Plugins and Macros Too

Jirafs provides a Plugin API allowing you to simplify your workflow in Jira; several plugins already exist, including the following tools:

  • For including programmatically-generated images in your Jira issues without ever leaving your editor:

    • jirafs-graphviz <http://github.com/coddingtonbear/jirafs-graphviz>_: Embed Graphviz (e.g. dot or neato) graphs using Graphviz's ubiquitous graph description language.
    • jirafs-matplotlib <http://github.com/coddingtonbear/jirafs-matplotlib>_: Embed graphs generated with the common Python charting library Matplotlib by writing simple python scripts.
    • jirafs-plantuml <http://github.com/coddingtonbear/jirafs-plantuml>_: Embed UML (e.g. timing, sequence, or activity) diagrams generated via PlantUML's easy-to-use text format.
    • jirafs-mermaid <http://github.com/coddingtonbear/jirafs-mermaid>_: Embed beautiful diagrams (e.g. pie, gantt, or class) using Mermaid's markdown-ish diagram description language.
  • For making tables more easily:

    • jirafs-csv-table <http://github.com/coddingtonbear/jirafs-csv-table>_: Include tables in Jira by generating them from local CSV files.
    • jirafs-list-table <http://github.com/coddingtonbear/jirafs-list-table>_: Create tables in Jira by using a simple list-based syntax.

Requirements

  • git >= 1.8
  • python3 >= 3.6

  • Documentation for Jirafs is available on ReadTheDocs <http://jirafs.readthedocs.org/>_.
  • Please post issues on Github <http://github.com/coddingtonbear/jirafs/issues>_.
  • Test status available on Travis-CI <https://travis-ci.org/coddingtonbear/jirafs>_.
  • Questions? Ask them on Gitter <https://gitter.im/coddingtonbear/jirafs>_.
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].