mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-19 04:33:28 +02:00
add issuelinktypes command
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
package jiradata
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// This Code is Generated by SlipScheme Project:
|
||||
// https://github.com/coryb/slipscheme
|
||||
//
|
||||
// Generated with command:
|
||||
// slipscheme -dir jiradata -pkg jiradata schemas/IssueLinkTypes.json
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// DO NOT EDIT //
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// IssueLinkTypes defined from schema:
|
||||
// {
|
||||
// "title": "issueLinkTypes",
|
||||
// "type": "array",
|
||||
// "items": {
|
||||
// "title": "Issue Link Type",
|
||||
// "type": "object",
|
||||
// "properties": {
|
||||
// "id": {
|
||||
// "title": "id",
|
||||
// "type": "string"
|
||||
// },
|
||||
// "inward": {
|
||||
// "title": "inward",
|
||||
// "type": "string"
|
||||
// },
|
||||
// "name": {
|
||||
// "title": "name",
|
||||
// "type": "string"
|
||||
// },
|
||||
// "outward": {
|
||||
// "title": "outward",
|
||||
// "type": "string"
|
||||
// },
|
||||
// "self": {
|
||||
// "title": "self",
|
||||
// "type": "string"
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
type IssueLinkTypes []*IssueLinkType
|
||||
Reference in New Issue
Block a user