Robot Framework wrapper for JIRA using atlassian-python-api
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 011c6d0fc204d40369c3f6dad207b7148639fd0b2b61b9956fdcc47575aa0475 |
|
MD5 | 459d98f811ca305d2bc164e09fbf985a |
|
BLAKE2b-256 | 692c315c0e2b5208816b69c6241d758ea67456bf76bc1b04dec049845c644fbf |
File details
Details for the file robotframework_jira-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: robotframework_jira-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87249487a70b21c8dfc6a4cb42dfdab15cef77e9d904d7ef4d9066b3a431b6a1 |
|
MD5 | f06975f9bbe60a2cbf1a3160559498b1 |
|
BLAKE2b-256 | 0b81d020a37d96b28e8cdcd57502853476a3588d7e1c6587e994b418724dd9ba |