All Projects → AtlassianPS → Jiraps

AtlassianPS / Jiraps

Licence: mit
PowerShell module to interact with Atlassian JIRA

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Jiraps

Atlassian Python Api
Atlassian Python REST API wrapper
Stars: ✭ 564 (+134.02%)
Mutual labels:  api, rest, jira
Express Api Es6 Starter
Build APIs with Express.js in no time using ES6/ES7/ESNext goodness.
Stars: ✭ 212 (-12.03%)
Mutual labels:  api, rest
Verb
Organize and send HTTP requests from Emacs
Stars: ✭ 205 (-14.94%)
Mutual labels:  api, rest
Ray
a framework that helps you to deliver well-designed python APIs
Stars: ✭ 215 (-10.79%)
Mutual labels:  api, rest
Hapi Openapi
Build design-driven apis with OpenAPI (formerly swagger) 2.0 and hapi.
Stars: ✭ 196 (-18.67%)
Mutual labels:  api, rest
Jikan Rest
The REST API for Jikan
Stars: ✭ 200 (-17.01%)
Mutual labels:  api, rest
Symfony Flex Backend
Symfony Flex REST API template project
Stars: ✭ 214 (-11.2%)
Mutual labels:  api, rest
Apicheck
The DevSecOps toolset for REST APIs
Stars: ✭ 184 (-23.65%)
Mutual labels:  api, rest
Ccxt Rest
Open Source Unified REST API of 100+ Crypto Exchange Sites (18k+ docker pulls) - https://ccxt-rest.io/
Stars: ✭ 210 (-12.86%)
Mutual labels:  api, rest
Guzzle Services
Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.
Stars: ✭ 226 (-6.22%)
Mutual labels:  api, rest
Flask Restplus
Fully featured framework for fast, easy and documented API development with Flask
Stars: ✭ 2,585 (+972.61%)
Mutual labels:  api, rest
Jsonapi Utils
Build JSON API-compliant APIs on Rails with no (or less) learning curve.
Stars: ✭ 191 (-20.75%)
Mutual labels:  api, rest
Flexirest
Flexirest - The really flexible REST API client for Ruby
Stars: ✭ 188 (-21.99%)
Mutual labels:  api, rest
Fastapi Gino Arq Uvicorn
High-performance Async REST API, in Python. FastAPI + GINO + Arq + Uvicorn (w/ Redis and PostgreSQL).
Stars: ✭ 204 (-15.35%)
Mutual labels:  api, rest
Rest980
REST interface to control your iRobot Roomba 980 via local server on your lan.
Stars: ✭ 186 (-22.82%)
Mutual labels:  api, rest
Magic
Create your .Net Core/Angular/Database CRUD Web apps by simply clicking a button
Stars: ✭ 214 (-11.2%)
Mutual labels:  api, rest
Wp Rest Api Cache
Enable caching for WordPress REST API and increase speed of your application
Stars: ✭ 239 (-0.83%)
Mutual labels:  api, rest
Huobi java
Java SDK for Huobi Spot API
Stars: ✭ 180 (-25.31%)
Mutual labels:  api, rest
Lumen Microservice
Lumen on Docker - Skeleton project with Nginx, MySQL & PHP 7 | Aws ECS, Google Kubernates, Azure Container Engine
Stars: ✭ 183 (-24.07%)
Mutual labels:  api, rest
Bookmarks.dev
Bookmarks and Code Snippets Manager for Developers & Co
Stars: ✭ 218 (-9.54%)
Mutual labels:  api, rest

layout: module permalink: /module/JiraPS/

JiraPS

GitHub release Build Status PowerShell Gallery License

JiraPS is a Windows PowerShell module to interact with Atlassian JIRA via a REST API, while maintaining a consistent PowerShell look and feel.

Join the conversation on SlackLogo AtlassianPS.Slack.com


Instructions

Installation

Install JiraPS from the PowerShell Gallery! Install-Module requires PowerShellGet (included in PS v5, or download for v3/v4 via the gallery link)

# One time only install:
Install-Module JiraPS -Scope CurrentUser

# Check for updates occasionally:
Update-Module JiraPS

Usage

# To use each session:
Import-Module JiraPS
Set-JiraConfigServer 'https://YourCloud.atlassian.net'
New-JiraSession -Credential $cred

You can find the full documentation on our homepage and in the console.

# Review the help at any time!
Get-Help about_JiraPS
Get-Command -Module JiraPS
Get-Help Get-JiraIssue -Full # or any other command

For more information on how to use JiraPS, check out the Documentation.

Contribute

Want to contribute to AtlassianPS? Great! We appreciate everyone who invests their time to make our modules the best they can be.

Check out our guidelines on Contributing to our modules and documentation.

Tested on

Configuration Status
Windows Powershell v3
Windows Powershell v4
Windows Powershell v5.1 Build Status
Powershell Core (latest) on Windows Build Status
Powershell Core (latest) on Ubuntu Build Status
Powershell Core (latest) on MacOS Build Status

Acknowledgements

Useful links

Disclaimer

Hopefully this is obvious, but:

This is an open source project (under the MIT license), and all contributors are volunteers. All commands are executed at your own risk. Please have good backups before you start, because you can delete a lot of stuff if you're not careful.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].