Skip to main content

Robot Framework wrapper for JIRA using atlassian-python-api

Project description

https://img.shields.io/pypi/v/robotframework-jira.svg https://img.shields.io/pypi/l/robotframework-jira.svg

Robot Framework keyword library wrapper for atlassian-python-api

This module allows easy use of JIRA’s functions

Any docstrings JIRA provides are passed through to Robot Framework, so they’re available in RIDE and in keyword documentation generated via libdoc.

For more information on Robot Framework please visit the Robot Framework homepage!

Installation

pip install robotframework-jira

Usage

JIRALibrary keywords documentation

*** Settings ***
Library           JIRALibrary

*** Test Cases ***
Connect To JIRA
    ${session}    Connect To Jira    ${URL}    ${USER}    ${PASS}
    ${projects}    Projects    ${session}
    Log Dictionary  ${projects}   WARN

Connect To JIRA And Skip SSL Check
    Evaluate    urllib3.disable_warnings()
    ${session}    Connect To Jira    ${URL}    ${USER}    ${PASS}   verify_ssl=${False}
    ${projects}    Projects    ${session}
    Log Dictionary  ${projects}   WARN

Add Comment to Issue
     ${session}    Connect To Jira    ${URL}    ${USER}    ${PASS}
     Issue Add Comment    ${session}    JIRAID-1234    My long comment !

Contribute

If you like this module, please contribute! I welcome patches, documentation, issues, ideas, and so on.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robotframework-jira-0.0.2.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

robotframework_jira-0.0.2-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file robotframework-jira-0.0.2.tar.gz.

File metadata

  • Download URL: robotframework-jira-0.0.2.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for robotframework-jira-0.0.2.tar.gz
Algorithm Hash digest
SHA256 30930ddf1d29e2b99fb44d0ca51b60df820b1ea912f18c1112de389dcb48369b
MD5 0d193031f0f43cf074b4d88c19733068
BLAKE2b-256 6a9d837359a953b6d4f5cd7533e75de876cc7652b49f712ae5adb50b5a12d5d2

See more details on using hashes here.

File details

Details for the file robotframework_jira-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: robotframework_jira-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for robotframework_jira-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8e29d83f6f147c4458340b3764a4d81eb2b8adfc1f0a16043db0b7b405b82cf5
MD5 bd44336c3c372b3e9151ef0761b0d3f5
BLAKE2b-256 0ec76dc89dd6c47b33bf687a9c86af0114994fb8b91b69c01e40f319bffd342c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page