AtlassianPS / JiraPS

PowerShell module to interact with Atlassian JIRA
https://AtlassianPS.org/module/JiraPS
MIT License
322 stars 131 forks source link

Added Get-JiraBoard #383

Closed sgtwilko closed 4 years ago

sgtwilko commented 4 years ago

Description

Added Get-JiraBoard, ConvertTo-JiraBoard and associated tests

Motivation and Context

This change allows a user to get a list of Jira Boards from the server. I needed this functionality to be able to extract information about a board and sprints.

Types of changes

Checklist

lipkau commented 4 years ago

Hi @sgtwilko

awesome work you did there.

unfortunately, I can't accept this PR. at least not in this repository.

the agile boards are not part of the jira core product (at least not the API). it is maintained differently and is widely different from the core functionality of Jira. same applies to Jira Service Desk.

Therefore, I do not want it as part of this module.

However!, I have already considered creating a new module JiraAgilePS which would extend JiraPS. If you are interested, I can set it up as part of this community and we put your code in there.

sgtwilko commented 4 years ago

@lipkau Thanks, yes that would be good. I've also got code for listing sprints which I was going to submit, but I'll hold off until the new project is started.

lipkau commented 4 years ago

Here is the repository: https://github.com/AtlassianPS/JiraAgilePS I will close this PR. Feel free to contact me for help on how to use JiraPS as a dependency.