Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Teams
, (opens new window)

Power Scripts for Jira Cloud
Results will update as you type.
  • Get started
  • Configuration guides
  • Integration guides
  • Feature guides
  • Advanced features
  • Migration resources
  • Simple Issue Language
    • Getting started with SIL
    • SIL reference guide
    • SIL Functions library
      • Function Index
      • Packages
      • Array Functions
      • Basic Functions
      • Date and Interval Functions
      • Excel Functions
      • File Manipulation Functions
      • HTTP Functions
      • Incoming Mail Processing Functions
      • Integration with Other Systems
      • Jira Administration Functions
        • Custom Field Administration Functions
        • Dashboard Functions
        • Field Configuration Functions
        • Filter Administration Functions
        • Group Administration Functions
        • Issue Administration Functions
        • Issue Type & IT Screen Scheme Administration Functions
        • Notification Administration Functions
        • Permissions Administration Functions
        • Priority Scheme Administration Functions
        • Project Administration Functions
          • admCreateProject
          • admCreateProjectFromTemplate
          • admDeleteProject
          • admProjectExists
          • admUpdateProject
          • Project Archive Administration Functions
          • Project Category Administration Functions
          • Project Component Administration Functions
            • admAddProjectComponent
            • admDeleteProjectComponent
            • admUpdateProjectComponent
          • Project Property Administration Functions
          • Project Scheme Administration Functions
          • Project Version Administration Functions
          • projectObject
        • Screen and Screen Schemes Administration Functions
        • System Administration Functions
        • User Administration Functions
      • Jira Integration Functions
      • Jira Service Management Functions
      • Jira Software Functions
      • Listener Functions
      • Math Functions
      • Parameter Functions
      • Scheduling Functions
      • String Functions
      • System Integration
      • Webhooks Functions
  • Tutorials and recipes
  • Jira Product Discovery support
  • Release notes
  • Help and support
    You‘re viewing this with anonymous access, so some content might be blocked.
    /
    admAddProjectComponent
    Updated Aug 12

    admAddProjectComponent

    Syntax

    admAddProjectComponent(pkey, compname, compdesc, complead, defassignee)

    Package

    adm

    Alias

     

    Pkg Usage

    addComponent(pkey, compname, compdesc, complead, defassignee)

    Description

    Adds a component in the project.

    Parameters

    Parameter name

    Type

    Required

    Description

    Parameter name

    Type

    Required

    Description

    pkey

    String

    Yes

    Project key.

    compname

    String

    Yes

    Component name.

    compdesc

    String

    Yes

    Description.

    complead

    String

    Yes

    Component lead.

    defassignee

    number

    Yes

    Possible values and their respective effects: 0 - project default; 1 - component lead; 2 - project lead; any other value - unassigned.

    Return Type

    boolean

    Returns true if the component was added and false otherwise.

    See also

    • Page:
      admAddProjectComponent
    • Page:
      admUpdateProjectComponent
    • Page:
      admDeleteProjectComponent
    • Page:
      getComponent
    • Page:
      getComponents
    Peacock

    Need support? Create a request with our support team.

    Copyright © 2005 - 2025 Appfire | All rights reserved.

    {"serverDuration": 13, "requestCorrelationId": "0237ef20fb3f4717a66f30ed6bb86bb7"}