tonnitommi / example-atlassian-robocorp

Wraps atlassian-python-api as keywords for Robocorp Gen2 RPA robots.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robocorp Example creating Atlassian Jira tickets

Prerequisite is to have following Vault items with exactly the same names (or edit code accordingly):

  • Vault named Atlassian
  • Key jira_url with the value being your jira url, like https://xyz.jira.net
  • Key jira_user with the value being the jira user that creates tickets, usually an email adress
  • Key jira_token with the value being the auth token created for the user under account / security / api tokens.

Edit tasks.robot file to match your Jira issuetypes and project id.

About

Wraps atlassian-python-api as keywords for Robocorp Gen2 RPA robots.

License:Apache License 2.0


Languages

Language:Python 62.2%Language:RobotFramework 37.8%