JiraPS icon indicating copy to clipboard operation
JiraPS copied to clipboard

Add support for issue links

Open replicaJunction opened this issue 8 years ago • 4 comments

Extend support for issues by adding methods for issue links:

api/2/issueLink

api/2/issueLinkType

This issue is NOT about Remote Issue Links - although that would be a cool thing to have access to through PowerShell, that looks like it will be more time intensive to implement, so I'm not ready to tackle that just yet. Remote Issue Links were implemented with #80

replicaJunction avatar Aug 21 '16 05:08 replicaJunction

Probably going to need a new function, Get-JiraIssueLinkType, to make the link types more discoverable (similar to issue transitions).

The API also seems to support updating link types, but that's not as big of a concern at the moment - I'm guessing most people would rather perform those types of changes from the GUI.

replicaJunction avatar Aug 21 '16 05:08 replicaJunction

75ba2d6 adds the Get-JiraIssueLinkType function.

replicaJunction avatar Sep 02 '16 03:09 replicaJunction

I have updated the branch (merged with master).

What is missing in order to create a PR?

lipkau avatar Jun 04 '17 08:06 lipkau

Original post updated to reflect the implementations status. Implementation is in branch feature-issue-links

lipkau avatar Jun 05 '17 17:06 lipkau