Job Description
Digital Systems Manager- Northern Ireland Fire & Rescue Service - Lisburn This is an excellent opportunity to join the Northern Ireland Fire & Rescue Service in Lisburn as a Digital Systems Manager. In this role, you will lead the development and management of key digital systems, supporting service delivery and ensuring systems are efficient, secure, and aligned with organisational objectives. About the role:
1. £24.41 per hour
2. Lisburn HQ
3. 36.25 hours a week
4. Immediate start, up to 6 months with possible extension
What you'll be doing in this role:
5. Provide specialist technical and business expertise for a diverse range of Digital Line of Business Systems and Services.
6. Manage Line of Business, Operational, Technical, and Specialist systems and applications, including hardware, software, training, project management, Digital services, and digital communication resources.
7. Ensure effective and efficient provision of support, development, and maintenance of Digital Line of Business Systems in alignment with NIFRS organisational needs.
8. Collaborate as an integral member of the IT Team to deliver a modern, professional, and customer-focused service.
9. Support the vision and mission of NIFRS through dedicated service delivery and system management.
What you'll need for this role:
10. Possess a Degree level qualification or equivalent professional qualification in a relevant subject (e.g. ICT, Systems Development, Computing) AND have at least 2 years’ experience in a Systems Manager role.
11. OR have an HND qualification in a relevant subject (e.g. ICT, Systems Development, Computing) AND have at least 3 years' experience in a Systems Manager role
12. OR have at least 5 years’ experience in a Systems Managers role.
13. Have experience in managing and upgrading IT systems with an ability to troubleshoot advanced technical issues.
14. Demonstrate a customer service orientation.
15. Possess a full, current UK driving licence or have access to a form of transport which enables them to fulfil the full requirements of the job.
DO NOT USE: Criteria
Benefits
Apply
Share with a Friend
16. Share Vacancy on Facebook
17. Share Vacancy on X
18. Share Vacancy on LinkedIn
19. Share Vacancy on WhatsApp
20. Send Vacancy to a friend
// function selectJob() { var jobID = '36591'; var tagName = ''; if (GlobalEventObject != null) { target = GlobalEventObject.target || GlobalEventObject.srcElement; tagName = target.tagName; } tagName = tagName.toUpperCase(); if (tagName == 'A' || tagName == 'IMG') return; var newStatus = !$('#chk' + jobID).attr('checked'); if (tagName == 'INPUT') newStatus = !newStatus; PageMethods.HighlightJob(jobID, newStatus, AddSuccess, AddFailed, jobID) } function AddSuccess(res, joblst, newStatus) { var manyList = joblst.split(','); for (var jobid = 0; jobid < manyList.length; jobid++) { if (res == "added" && $('#job' + manyList[jobid])) { $('#job' + manyList[jobid]).addClass('selected'); $('#chk' + manyList[jobid]).attr('checked', true); } else if (res == "removed" && $('#job' + manyList[jobid])) { $('#job' + manyList[jobid]).removeClass('selected'); $('#chk' + manyList[jobid]).attr('checked', false); } } return false; } function AddFailed(res, jobid, newStatus) { alert('An error occurred whilst adding this vacancy to your list. Please try again'); return false; } PageMethods.set_path('/vacancies/vacancy-details.aspx'); //