In this article I’d like to show you how you can use Assets to power up your Internal IT support. I use the case when an employee need to report a broken device, but the solution in the article can be used in many other cases too.
Creating a service project using the template IT Service Management is an easy way to get going with establishing a portal for Internal IT. You’re off to a flying start with pre made request types in groups on an easy to use portal request forms for your employees.
In the template form above we are served with the text field “Affected hardware”. The reporter types in the piece of device they want to report. Knowing users, some will type in the IMEI code for their mobile phone, some simply just "my phone".
What if your IT team manage existing devices in InTune or Google Workspace or in a list on the shared drive? With attributes like day purchased and length of warranty and owner etc that would be helpful information whilst handling the issues?
To enhance the experience we would want to replace the action of users typing in content into the form, that needs to be interpreted and validated by the team, with presenting only relevant devices for the reporter to choose from.
Explore the Asset functionality in Jira. It comes bundled with Jira SM in Premium and is like a mini database in Jira (aka CMDB capabilities).
In Assets the Jira admin can create Object Schemas (call it f ex Internal IT Assets) , define Object Types used in the schema (f ex Laptops and Mobile phones) which you define attributes for (f ex purchase date, owner, model, manufacturer). Then you start populating objects in your list, either manually or import it from a csv file. In a sense very much similar to creating a Jira project, defining the issue types to use in the project and then add fields to screens per issue type.
If you already manage your devices in InTune you can use Pios importer for InTune and get both the whole Object schema and all the objects all synced in on a regular schedule with a few clicks.
If you’re not into Microsoft you might use Google Workspace to manage users and devices. Pio has a Google Workspace importer too.
Here is an example of object types and their attributes.
When the data is in place we need to tie the data in assets to the issues in Jira.
Create an Asset custom field and then click on configure
Define from what Object Schema to fetch objects. In my example I use the PIO suggestion name “Microsoft InTune”
Define what object types to fetch with AQL. In my example I use the PIO suggestion “Managed Devices”
objectType = "Managed Devices"
Define how to filter the list of devices in the field with AQL. In my example the Managed Device object is connected to a Users object which has a Jira user attribute.
object HAVING outboundReferences("Jira" = ${reporter})
For the reporter, this means that the user is only able to choose those devices where they are owners.
Agents can see the connected object, the attributes of your choice and then a link to get to the full object view. Having that type of information readily available in the request form for the reporter or for the agent dealing with the ticket will increase the quality and speed of the services.
All the best
/Lisa
Other articles on similar topics:
Lisa Forstberg
Atlassian Expert Consultant
[LN Forstberg AB]
Gothenburg, Sweden
74 accepted answers
2 comments