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     Collections
Library     JIRALibrary


*** Variables ***
${URL}      https://jira.com
${USER}     mytestid
${PASS}     myPass


*** 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.3.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

robotframework_jira-0.0.3-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: robotframework-jira-0.0.3.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for robotframework-jira-0.0.3.tar.gz
Algorithm Hash digest
SHA256 011c6d0fc204d40369c3f6dad207b7148639fd0b2b61b9956fdcc47575aa0475
MD5 459d98f811ca305d2bc164e09fbf985a
BLAKE2b-256 692c315c0e2b5208816b69c6241d758ea67456bf76bc1b04dec049845c644fbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for robotframework_jira-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 87249487a70b21c8dfc6a4cb42dfdab15cef77e9d904d7ef4d9066b3a431b6a1
MD5 f06975f9bbe60a2cbf1a3160559498b1
BLAKE2b-256 0b81d020a37d96b28e8cdcd57502853476a3588d7e1c6587e994b418724dd9ba

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