問題タブ [python-jira]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
1717 参照

jira - JIRA REST APIのJIRA python:親のキーを指定して、単一の親課題のすべての子課題のキーを返す方法は?

特定の問題の親のキーを返す方法について複数の回答を見てきましたが、親の問題のすべての子のキーを返すことは可能ですか? 理想的には、すべての「孫」などではなく、すべての子のキーを返したいと思います。親の問題のキーを入力として持っています。

編集: 親のサブタスクのキーは既に返すことができますが、問題の子のキーを返せるようにする必要があります。たとえば、エピックの下のすべてのストーリーを返します。

0 投票する
2 に答える
2572 参照

python-jira - Python で Jira 課題リンクの作成日を取得する方法は?

jira-python モジュールを使用していますが、Jira 課題リンク (inwardIssue、outwardIssue) の作成日を取得する方法がわかりませんでした。

https://jira.readthedocs.io/en/master/api.htmlを見ましたが、探しているものが見つからないようです。

特定の問題リンクについて、Python の「dir()」関数は次のように表示します。

['JIRA_BASE_URL', '_READABLE_IDS', '__class__', '__delattr__', '__dict__', '__doc__', '__format__', '__getattr__', '__getattribute__', '__hash__', '__init__', '__module__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '__weakref__', '_base_url', '_default_headers', '_get_url', '_load', '_options', '_parse_raw', '_resource', '_session', 'delete', 'find', 'id', 'inwardIssue', 'outwardIssue', 'raw', 'self', 'type', 'update']

任意のポインタをいただければ幸いです。

ありがとう

-- アンドリュー