Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
danwos committed Mar 22, 2024
1 parent 8e89b1a commit 81a44fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from sphinx_needs_enterprise.version import VERSION

sys.path.insert(0, os.path.abspath("../sphinx_needs_enterprise"))

# -- Project information -----------------------------------------------------

project = "Sphinx-Needs Enterprise"
Expand Down Expand Up @@ -118,10 +118,11 @@
},
"jira_config": {
"url": "http://127.0.0.1:8081",
"user": "test",
"password": "test",
"user": "daniel.woste",
"password": "testtest",
"id_prefix": "JIRA_",
"query": "project = PX",
"convert_content": False,
"mappings": {
"id": ["key"],
"type": "spec",
Expand Down
4 changes: 4 additions & 0 deletions docs/services/jira.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,7 @@ Inside any ``rst`` file of your Sphinx project:
:width: 80%

{% endif %}

.. needservice:: jira_config
:query: project = PX
:prefix: JIRA_IMPORT

0 comments on commit 81a44fa

Please sign in to comment.