Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

Utils.Test

class Utils.Test extends %Library.RegisteredObject

Contains methods that we use to communicate with JIRA

Method Inventory

Methods

classmethod CreateHTTPRequest() as %Net.HttpRequest
Returns an instance of %Net.HttpRequest that can talk to our JIRA server. Centralize this logic because we'll use it in more than one place.
classmethod CreateJIRA(devkeyid As %String = "", writerinitials As %String = "AAH", which As %String = "main", verbose As %Boolean = 0) as %String [ ZenMethod ]
Creates a JIRA task and returns its key
classmethod GetProjectKey() as %String
This method checks system mode and figure out which project to use
classmethod GetVersions() as %ListOfDataTypes
Returns an %ListOfDataTypes, where each list item is an $LB containing information about a version in the DOCS project. Specifically, each item in $ListOfDataTypes is created like this:

set list=$LB(id,name,archived,released)

Inherited Members

Inherited Methods

FeedbackOpens in a new tab