Skip to content
#

jira

Here are 1,032 public repositories matching this topic...

super-productivity
jira
mattkatz
mattkatz commented Nov 18, 2019

Before raising any bug be sure that you used the latest release and that it still reproduces with the latest master. No other version is supported.

Describe the bug
The docs refer to Dash support, but link is broken see #687

To Reproduce
Repro steps in #687 still work.

bobgott
bobgott commented Mar 1, 2020

The current code in get_space(self, ..) within confluence.py is:

        url = 'rest/api/space/{space_key}'.format(space_key=space_key)
        params = {}
        if expand:
            params["expand"] = expand
        return self.get(url)

Shouldn't the last line be:
return self.get(url, params=params)

stranljip
stranljip commented Apr 28, 2020

Prerequisites

  • Put an X between the brackets on this line if you have done all of the following:
    • Reproduced the problem.
    • Checked that your issue isn't already filed.
    • Filled the form.
    • Included logs and system information.

Description

When starting a setup with the provided docker-compose.yml everything starts as expected. However, Jira complains,

Mr-Wallet
Mr-Wallet commented Feb 12, 2020

I've been trying to evaluate whether to use this package or jira-connector, and the main differentiator for my team's purposes seems to be that this includes a bunch of files in the docs directory for no clear reason. This includes a six megabyte source-mapping file in docs/ast/source.

I can't think of any reason why the docs, already hosted on [jira-node.github.io](https://jira-node.gi

Improve this page

Add a description, image, and links to the jira topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jira topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.