Re: Linking JIRA with GitHub

2017-02-12 Thread Luciano Resende
Please create an infrastructure jira to enable github integration for Toree

On Sat, Feb 11, 2017 at 12:30 PM, Jakob Odersky  wrote:

> Hi,
> does anyone how we can link jira with github, so that pull requests
> with a title of the form [TOREE-X] will close the issue X when merged.
> Basically I'm looking for something similar to the way Spark handles
> issues and pull requests.
>
> cheers,
> --Jakob
>



-- 
Luciano Resende
http://twitter.com/lresende1975
http://lresende.blogspot.com/


Re: Linking JIRA with GitHub

2017-02-11 Thread Marius van Niekerk
So spark has a whole bunch of scripts that you can run to do the merges and
close things. For something a little lighter we can see if we can adapt the
ones from airflow or arrow since they looked quite nice to me last time I
checked.

On Sat, Feb 11, 2017, 15:30 Jakob Odersky  wrote:

> Hi,
> does anyone how we can link jira with github, so that pull requests
> with a title of the form [TOREE-X] will close the issue X when merged.
> Basically I'm looking for something similar to the way Spark handles
> issues and pull requests.
>
> cheers,
> --Jakob
>
-- 
regards
Marius van Niekerk


Linking JIRA with GitHub

2017-02-11 Thread Jakob Odersky
Hi,
does anyone how we can link jira with github, so that pull requests
with a title of the form [TOREE-X] will close the issue X when merged.
Basically I'm looking for something similar to the way Spark handles
issues and pull requests.

cheers,
--Jakob