• Stars
    star
    117
  • Rank 301,828 (Top 6 %)
  • Language
    Emacs Lisp
  • Created over 8 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Org-mode export backend for JIRA markup

JIRA Backend for Org Export Engine

http://melpa.org/packages/ox-jira-badge.svg https://travis-ci.org/stig/ox-jira.el.svg?branch=master

Introduction

This module plugs into the regular Org Export Engine and transforms Org files to JIRA markup for pasting into JIRA tickets & comments.

My last three jobs I’ve had to use JIRA, and had to deal with its (to me) incredibly unintuitive markup format. Having discovered—and fallen in love with—Org mode I now find myself writing everything in Org and exporting to various other formats (html, markdown, plain text) but I haven’t been able to find a way to export to JIRA. So I am attempting to write one, and learn about Emacs package development at the same time.

Usage

In an Org buffer, hit C-c C-e j j to bring up *Org Export Dispatcher* and export it as a JIRA buffer. You can then use C-x h to mark the whole buffer, then M-w to save it to the kill ring (and global pasteboard) for pasting into JIRA issues.

Alternatively, you can export to the kill ring automatically for interactive exports by setting this in your .emacs.el file:

(setq org-export-copy-to-kill-ring 'if-interactive)

Installation

This library is on Melpa. You can install it like this:

M-x package-install RET ox-jira RET

Manual installation

If you don’t want to install from Melpa, simply clone this repo and do:

M-x load-file RET ox-jira.el RET

Maturity

It does what I want, and it has tests for that. YMMV.

License

Copyright (C) 2016 Stig Brautaset

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Contributing

I’m happy to consider contributions. Since this is my first attempt at an Emacs package I’ve bound to have made lots of mistakes. Help me correct them, and keep the pull requests coming!

I am more likely to merge code contributions if they come with tests. However, code contributions are not everything. Opening an issue with a reproducible test case, like “I expected this but got this” is also a valuable contribution.

Running the ./run-tests.sh script should run all the tests automatically.

More Repositories

1

Statistics

A stab at a very simple statistics class for Objective-C
Objective-C
35
star
2

ob-applescript.el

AppleScript integration for Org Babel
Emacs Lisp
23
star
3

dotfiles

My Emacs config
Emacs Lisp
16
star
4

couchobjc

Objective-C CouchDB framework
16
star
5

spray-example

Example Scala Spray project
Scala
12
star
6

www.brautaset.org

My personal site / blog
Emacs Lisp
4
star
7

pac

My first game: a Pacman clone (what else?)
C
4
star
8

LinkDemo

Demo of using the HTTP Link header for pagination using Spray Routing
Scala
4
star
9

Scrutor

Game tree search
Objective-C
4
star
10

Tack

Exploring iPhone games programming
Objective-C
4
star
11

ScoreKit

Implements (initially) Elo rating for relative score among a body of players
Objective-C
3
star
12

AlphaBeta

A stab at generalised AlphaBeta search for Objective-C
Objective-C
3
star
13

Desdemona

A Reversi (Othello) game for Mac OS X
Objective-C
3
star
14

Phage

Phage game for OS X
Objective-C
2
star
15

LaserGame

A half-baked Cocoa port of the game created in the "Squeak LaserGame tutorial"
2
star
16

phageapp

A 2-player strategy game not entirely unlike chess
CSS
2
star
17

Auberon

A Connect-4 game for Mac OS X
Objective-C
2
star
18

icfp2006

My effort for the 2006 ICFP challenge.
HTML
2
star
19

Moth

My first board game
1
star
20

aws-cf

CloudFormation setup for my personal AWS account
Nix
1
star
21

Games-AlphaBeta

Perl AlphaBeta search module
Perl
1
star
22

accounts

toy clojure app
Clojure
1
star
23

AkkaConcurrency

Attempt at following along to Derek Wyatt's Akka Concurrency book.
Scala
1
star
24

stackoverflow-answer-10499522

My answer to stack overflow question 10499522
Objective-C
1
star