AtlassianPS / JiraPS

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

Get-JiraIssueLinkType "Dependent" type has a space after Dependent in the Name #346

Closed martin9700 closed 5 years ago

martin9700 commented 5 years ago

Description

On the "Dependent" JiraIssueLinkType there is a space after "Dependent" in the name

Steps To Reproduce

Get-JiraIssueLinkType -Credential $cred | % { "..$($_.Name).." }

Screenshots

..A Problem/Incident.. ..Blocks.. ..Cloners.. ..Counter Measures.. ..Defect.. ..Dependent .. <-- there it is ..Detection.. ..Duplicate.. ..Issue split.. ..Relates.. ..Tests.. ..Treatment.. ..is-subtask-of..

Your Environment

Jira version: Jira v7.12.3

Get-Module JiraPS -ListAvailable | Select Name, Version

Name Version


JiraPS 2.9.0

$PSVersionTable Name Value


PSVersion 5.1.14393.2791
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14393.2791
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1

Possible Solution

lipkau commented 5 years ago

Hey, @martin9700

that is a custom issue link created by an admin of your server

This is my output:

I ♥ PS> Get-JiraIssueLinkType | % { "..$($_.Name).." }
..Blocks..
..Cloners..
..Duplicate..
..Problem/Incident..
..Relates..
martin9700 commented 5 years ago

Ah, interesting! Thank you! I'll go throw some shade their way!