4

Python JIRA 目前没有关于如何使用它的文档。我查看了源代码并找到了所需的凭据,但我不知道在哪里或如何获取它(例如,共享密钥、有效负载)。

      :param jwt: A dict of properties for JWT authentication supported by Atlassian Connect. The following
        properties are required:
        * secret -- shared secret as delivered during 'installed' lifecycle event
        (see https://developer.atlassian.com/static/connect/docs/latest/modules/lifecycle.html for details)
        * payload -- dict of fields to be inserted in the JWT payload, e.g. 'iss'
        Example jwt structure: ``{'secret': SHARED_SECRET, 'payload': {'iss': PLUGIN_KEY}}``

我看过 JIRA,但文档总是提到使用 JWT 来附加组件。

我在 JWT 中的理解是,我将使用我的用户名和密码,然后将其提交到特定链接以接收令牌,然后使用该令牌。我迷失在JIRA Docs中,因为它太复杂了,不是我所期望的。

4

0 回答 0