Giter VIP home page Giter VIP logo

fast-traveler-automater's Introduction

Jira Fast Traveler

Python classes that hold Fast Traveler Issues in Jira as objects. With these objects you can run a variety of methods that perform different actions such as:

  • Emailing a Fast Traveler to Participants and Customers
  • Assign ticket to user
  • Resolving a Ticket
  • Deleting a Ticket
  • Getting location information from IP addressed parsed from Fast Traveler description
  • Return Fast Traveler fields such as:
    • Assignee
    • Description
    • Issue Key
    • Reporter Name
    • Description
    • Created Time
    • Raw JSON of all fields

Local Web App run on Chrome using Eel

Jira Automation

Fast Traveler Emailer

A script built on top of the Fast Traveler classes that automates assigning issue to user, adding request participants, and emailing users.

Example Code that works on Fast Traveler

edit .env field to include JIRA_USERNAME and JIRA_PASSWORD and SERVER_ADDRESS

from FastTraveler import FastTraveler
jira_issue = FastTraveler('ASOC-813')
print (jira_issue.assignee) 
print (jira_issue.description)
print (jira_issue.created_time)
print (jira_issue.raw)
print (jira_issue.issue_type)
jira_issue.resolve() # resolve issue
jira_issue.assign('cdf0022') # assign to user cdf0022
jira_issue.addParticipants() # add participants from description
jira_issue.email() # email user and participants
print (jira_issue.locations) # print jira location info from IP Addresses

fast-traveler-automater's People

Contributors

cfahlgren1 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.