Code Monkey home page Code Monkey logo

jira-posh's Introduction

JIRA PowerShell Toolkit

This is pretty rough at the moment and offers the bare minimum to be able to construct PowerShell scripts that can access JIRA in a convenient manner.

You can use the toolkit in an interactive manner by importing the module to your current environment:

> cd .\jira-posh
> Import-Module .\jira-posh

Set your JIRA credentials but note that these are insecurely stored in the Windows Environment in base64 encoded form:

> Set-JiraCredentials

cmdlet Set-JiraCredentials at command pipeline position 1
Supply values for the following parameters:
username: adam.piper
password:

Add Functions

> Add-JiraIssue
> Add-JiraComment
>  

Get Functions

> Get-JiraIssue LCSIL-7212
> Get-JiraHistory

Or the Get-JiraSearchResult function to provide a query in JQL:

> Get-JiraSearchResult "id = LCSIL-7217"


expand     : names,schema
startAt    : 0
maxResults : 50
total      : 1
issues     : {@{expand=editmeta,renderedFields,transitions,changelog,operations; id=742567;
             self=https://jira.isg.co.uk/rest/api/latest/issue/742567; key=LCSIL-7217; fields=}}

jira-posh's People

Contributors

ctrl78 avatar

Watchers

c0ns0le avatar James Cloos 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.