Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


  • This routine is available starting with katl-commons 2.0 for Jira 5.x.
  • This routine is available for Jira server and cloud deployment options
    Info
    titleAvailability
    Table plus
    applyColStyleToCelltrue
    heading0
    columnTypess,s,s,s
    multiplefalse
    columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
    enableSortingfalse

    Syntax

    createWebLink(issueKey, url, title)

    Package

    Alias

    Pkg Usage

    Excerpt
    hiddentrue
    Creates a web link on the issue.

    Creates a web link on the issue.

    Table plus
    applyColStyleToCelltrue
    columnTypess,s,s,s
    heading0
    multiplefalse
    enableSortingfalse

    Parameter name

    Type

    Required

    Description

    issue key

    String

    Yes

    Key of the selected issue.

    url

    String

    Yes

    URL of the link.

    title

    String

    Yes

    Name/title of the link as it should appear on the issue.

    ...

    noneNone

    The returned value has no meaning.

    For the cloud version, since there is no returned value on success and on failure, there is a log saying if it failed or succeeded.

    Code Block
    createWebLink(key, "http://www.google.com", "Super-duper search");
    

    Image Removed

    Filter by label (Content by label)
    showLabelsfalse
    max25
    showSpacefalse
    cqllabel = "jiralink_weblink_routine" and space = currentSpace ( )
    labelsjira_weblink_routine
     
    array_routines