Creating custom status in object schemas

Vasilis Iakovidis February 18, 2022

I've been trying to find out how to set custom status values on Jira Insight as seen in the screenshot below. Please assist me. Thank you.

 

Status Values.jpg

1 answer

1 accepted

1 vote
Answer accepted
Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 18, 2022

Hi @Vasilis Iakovidis and welcome to the community!  You can add custom statuses from the object schema configuration like this:

2022-02-18_07-07-52.png2022-02-18_07-08-08.png2022-02-18_07-08-31.png

Dirk Ronsmans
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 21, 2022

Also, the statusses in your screenshot @Vasilis Iakovidis are the limited subset.

On an attribute you can limit what status can be choses out of the full list. IF you leave it empty all statusses can be chosen.

Like Vasilis Iakovidis likes this
Vasilis Iakovidis February 21, 2022

@Mark Seu @Dirk Ronsmans Thank you!

Steve van Niman October 23, 2024

@Mark Segall  using the Asset Management Rest API's, how can one retrieve the statuses defined to a schema?  I have working, a call to get the global statuses.  I can get the details of a schema, but I don't see the statuses listed there.

    {
        "id": "3",
        "name": "Closed",
        "description": "",
        "category": 0,
        "objectSchemaId": null
    },
This is a status from the global call.  Not sure I understand the 'category'.
One thought was the api call to retrieve global statuses, would return global and local (schema); however, the locals don't show and not a single entry has an objectSchemaId.
Worst case, if I'm populating objects via api calls, how do I set the 'status', just use its name?  Or is there a way to get the id since the value is referenced by status id number.
"typeValueMulti": ["163", "165", "164"],
"objectAttributeValues": [{
"status": {
"id": "165",
"name": "Broken",
"description": "",
"category": 0,
"objectSchemaId": "15"
},
"searchValue": "Broken",
"referencedType": false,
"displayValue": "Broken"
}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events