{"id":20676289,"url":"https://github.com/atlassianps/jiraagileps","last_synced_at":"2025-04-19T20:56:05.132Z","repository":{"id":144901828,"uuid":"135073611","full_name":"AtlassianPS/JiraAgilePS","owner":"AtlassianPS","description":"PowerShell module to interact with Jira's Agile plugin","archived":false,"fork":false,"pushed_at":"2024-01-10T20:03:01.000Z","size":47,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-04-14T00:25:41.822Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AtlassianPS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":["lipkau","atlassianps"]}},"created_at":"2018-05-27T18:59:42.000Z","updated_at":"2024-04-16T05:26:04.172Z","dependencies_parsed_at":"2024-01-10T18:10:12.088Z","dependency_job_id":"6f998241-36b4-405b-b9ca-f166c87f883c","html_url":"https://github.com/AtlassianPS/JiraAgilePS","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.125,"last_synced_commit":"11f3fe0c3751abf993a9e8aaa08163c384f28910"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtlassianPS%2FJiraAgilePS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtlassianPS%2FJiraAgilePS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtlassianPS%2FJiraAgilePS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtlassianPS%2FJiraAgilePS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AtlassianPS","download_url":"https://codeload.github.com/AtlassianPS/JiraAgilePS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224970038,"owners_count":17400294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T21:12:15.648Z","updated_at":"2024-11-16T21:12:16.280Z","avatar_url":"https://github.com/AtlassianPS.png","language":"PowerShell","funding_links":["https://github.com/sponsors/lipkau","https://github.com/sponsors/atlassianps"],"categories":[],"sub_categories":[],"readme":"---\r\nlayout: module\r\npermalink: /module/JiraAgilePS/\r\n---\r\n# [JiraAgilePS](https://atlassianps.org/module/JiraAgilePS)\r\n\r\n\u003c!-- [![GitHub release](https://img.shields.io/github/release/AtlassianPS/JiraAgilePS.svg)](https://github.com/AtlassianPS/JiraAgilePS/releases/latest) [![Build status](https://img.shields.io/appveyor/ci/AtlassianPS/JiraAgilePS/master.svg)](https://ci.appveyor.com/project/AtlassianPS/jiraAgileps/branch/master) [![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/JiraAgilePS.svg)](https://www.powershellgallery.com/packages/JiraAgilePS) ![License](https://img.shields.io/badge/license-MIT-blue.svg)--\u003e\r\n\r\nJiraAgilePS is a PowerShell module to interact with _Agile_, Atlassian [JIRA]'s plugin,\r\nvia a REST API, while maintaining a consistent PowerShell look and feel.\r\n\r\n\u003e JiraAgilePS is a module that extends [JiraPS](https://atlassianps.org/module/JiraPS).\r\n\r\nJoin the conversation on [![SlackLogo][] AtlassianPS.Slack.com](https://atlassianps.org/slack)\r\n\r\n[SlackLogo]: https://atlassianps.org/assets/img/Slack_Mark_Web_28x28.png\r\n\u003c!--more--\u003e\r\n\r\n---\r\n\r\n## Instructions\r\n\r\n### Installation\r\n\r\nInstall JiraAgilePS from the [PowerShell Gallery]! `Install-Module` requires\r\nPowerShellGet (included in PS v5, or download for v3/v4 via the gallery link)\r\n\r\n```powershell\r\n# One time only install:\r\nInstall-Module JiraAgilePS -Scope CurrentUser\r\n\r\n# Check for updates occasionally:\r\nUpdate-Module JiraAgilePS\r\n```\r\n\r\n### Usage\r\n\r\n```powershell\r\n# To use each session:\r\nImport-Module JiraAgilePS\r\nSet-JiraConfigServer 'https://YourCloud.atlassian.net'\r\nNew-JiraSession -Credential $cred\r\n```\r\n\r\nYou can find the full documentation on our [homepage](https://atlassianps.org/docs/JiraAgilePS)\r\nand in the console.\r\n\r\n```powershell\r\n# Review the help at any time!\r\nGet-Help about_JiraAgilePS\r\nGet-Command -Module JiraAgilePS\r\nGet-Help Get-JiraAgileBoard -Full # or any other command\r\n```\r\n\r\nFor more information on how to use JiraAgilePS, check out the [Documentation](https://atlassianps.org/docs/JiraAgilePS/).\r\n\r\n### Contribute\r\n\r\nWant to contribute to AtlassianPS? Great!\r\nWe appreciate [everyone](https://atlassianps.org/#people) who invests their time\r\nto make our modules the best they can be.\r\n\r\nCheck out our guidelines on [Contributing] to our modules and documentation.\r\n\r\n#### DevContainer\r\n\r\nThis repository offers a [\"devcontainer\"](https://containers.dev/) setup.\r\n\r\n\u003e **What are Development Containers?**  \r\n\u003e A development container (or dev container for short) allows you to use\r\n\u003e a container as a full-featured development environment.\r\n\u003e It can be used to run an application, to separate tools, libraries,\r\n\u003e or runtimes needed for working with a codebase,\r\n\u003e and to aid in continuous integration and testing.\r\n\r\nYou can use the devcontainer to spin up a fine tuned development environment with\r\neverything you need for working on this project.\r\n\r\nThe easiest way for using DevContainers is with [VS Code](https://code.visualstudio.com/),\r\nits extension `ms-vscode-remote.remote-containers`,\r\nand [docker](https://docs.docker.com/engine/install/).  \r\nWhen opening the repository in VS Code, it will recommend the installation of the extension.\r\nAnd once installed, you will be prompted to \"Reopen in Container\".\r\n\r\n## Acknowledgments\r\n\r\n* Thanks to everyone ([Our Contributors](https://atlassianps.org/#people)) that\r\n  helped with this module\r\n\r\n## Useful links\r\n\r\n* [Source Code]\r\n* [Latest Release]\r\n* [Submit an Issue]\r\n* [Contributing]\r\n* How you can help us: [List of Issues](https://github.com/AtlassianPS/JiraAgilePS/issues?q=is%3Aissue+is%3Aopen+label%3Aup-for-grabs)\r\n\r\n## Disclaimer\r\n\r\nHopefully this is obvious, but:\r\n\r\n\u003e This is an open source project (under the [MIT license]), and all contributors are volunteers.\r\n\u003e All commands are executed at your own risk.\r\n\u003e Please have good backups before you start, because you can delete a lot of stuff if you're not careful.\r\n\r\n\u003c!-- reference-style links --\u003e\r\n  [JIRA]: https://www.atlassian.com/software/jira\r\n  [PowerShell Gallery]: https://www.powershellgallery.com/\r\n  [Source Code]: https://github.com/AtlassianPS/JiraAgilePS\r\n  [Latest Release]: https://github.com/AtlassianPS/JiraAgilePS/releases/latest\r\n  [Submit an Issue]: https://github.com/AtlassianPS/JiraAgilePS/issues/new\r\n  [replicaJunction]: https://github.com/replicaJunction\r\n  [MIT license]: https://github.com/AtlassianPS/JiraAgilePS/blob/master/LICENSE\r\n  [Contributing]: http://atlassianps.org/docs/Contributing\r\n\r\n\u003c!-- [//]: # (Sweet online markdown editor at http://dillinger.io) --\u003e\r\n\u003c!-- [//]: # (\"GitHub Flavored Markdown\" https://help.github.com/articles/github-flavored-markdown/) --\u003e\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatlassianps%2Fjiraagileps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatlassianps%2Fjiraagileps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatlassianps%2Fjiraagileps/lists"}