Thanks for the heads-up. I've reworked it to use fetch_url, although it required manipulating the basic-auth header directly as JIRA's API doesn't follow the usual semantics. PR is here:
https://github.com/ansible/ansible/pull/6512 Cheers, Steve On 14 March 2014 17:14, Matt Martz <[email protected]> wrote: > Of note, to get this into 1.6, you will likely need to switch your > requests over to use the new fetch_url function that ansible now provides. > See the following commits for some info: > > > https://github.com/ansible/ansible/commit/9730157525c8cd539c2f657f40c34b73bb189e44 > > https://github.com/ansible/ansible/commit/a9017af2bb648930e27bab52de12f9983411778c > > -- > Matt Martz > [email protected] > > On March 14, 2014 at 11:09:12 AM, Steve Smith ([email protected]) > wrote: > > Hi, > > I'd like to ask for reviewers and comments for a JIRA module for Ansible: > > https://github.com/ansible/ansible/pull/6168 > > It was developed as one our intermittent hackathons, but has fairly > complete functionality (for issue-related actions at least) and > documentation. It's starting to see some interest internally, and I'd like > to get some gauge of interest from the community; if sufficient I'll push > to get it into the 1.6 release, otherwise I can maintain it as fork. > > Disclaimer: I work for Atlassian. > > Cheers, > Steve > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/CAHLWS5HinHyqX1tr9YKYb4t%2BQ3NkH5tJLjQufkCg3iCdOVi_6g%40mail.gmail.com<https://groups.google.com/d/msgid/ansible-project/CAHLWS5HinHyqX1tr9YKYb4t%2BQ3NkH5tJLjQufkCg3iCdOVi_6g%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAHLWS5G5zNFXkSRuTa36L-LYTU4tgneaGWhKomZs0urBC%2ByG%2Bw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
