AtlassianPS / JiraPS

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

Missing Add-JiraRemoteLink #375

Open j9850s opened 5 years ago

j9850s commented 5 years ago

Context

Add-JiraRemoteLink is missing.

The Get/Remove functionality is allready in the module but the Add-JiraRemoteLink is missing.

Description

The functionality for adding a remotelink to an issue is not included in the JiraPS module. The code is added as an attachment because i cannot commit to the branch.

please add the file

Additional Information

Add-JiraRemoteLink.zip

lipkau commented 4 years ago

I am preparing the pull request with your file. I will write the unit tests for you.

but can you please write the examples of how you intend the command to be used for the documentation? example of the documentation can be found here: https://github.com/AtlassianPS/JiraPS/blob/master/docs/en-US/commands/Add-JiraIssueLink.md

bbomgardner commented 4 years ago

Thanks @j9850s! I tested and used this yesterday. Works fine. Might be nice to support some of the optional fields as well.

If I end up using it in our workflow I'll fill out the documentation so we can get it added to the module.

bormm commented 4 years ago

I've just found this issue while starting my own implementation research for it.

Whats the status of this issue? I need the Add functionality. I can of course just use the zip file, but sounds great if it would just be integrated.