xDesk xpages helpdesk
xPages based Issue Tracking Database
Install
Domino console command to install this app on your server:
tell Genesis install xdesk
Install in MyAccount (for Prominic customers only)
Source code
xDesk is a generic xPages database application that can be used in a variety of situations such IT Helpdesk, Health and Safety Issue Reporting, Quality Management Issue Tracking and more
This database application allows you:
- Log issues and assign priority using the web browser/ Notes Client or via email
- Monitor the progress of issues
- Assign costs to issues/ monitor budgets
- Search and Report on Status of issues
- Upload File Attachments and supporting information
- Log Comments and Status Updates
Version: 1.1.0
{
"title": "xDesk xpages helpdesk v${version} (OpenNTF)",
"versionjson": "${versionjson}",
"config":
{
"version": "${version}"
},
"steps": [
{
"title": "--- Step 1. Download file ---",
"files": [
{"from": "${baseurl}/0/${docid}/$FILE/xdesk.nsf", "to": "${directory}/xdesk.nsf"}
]
},
{
"title": "--- Step 2. Sign database ---",
"databases": [
{
"action": "update",
"filePath": "xdesk.nsf",
"sign": true
}
]
},
{
"title": "--- Step 3 (final). Completed ---",
"messages": ["You have installed xDesk xpages helpdesk v${version} (OpenNTF)"]
}
]
}