Job Description
Handyperson -Northern Ireland Housing Executive - Portadown NI Housing Executive is one of the largest housing bodies in the UK. If you come from a similar labourer background and interested in a move to the Public Sector, apply today! About the role:
1. £13.69 per hour
2. Monday to Friday, 8:30am - 4:30pm Monday - Thursday, 8:30am - 4:00pm Friday
3. 37 hours per week
4. Holidays: 35 days pro rata
5. Duration:Temporary, ongoing
6. Please note closing date for this vacancy is 9th December 2025 - however you can register your interest for other upcoming vacancies by applying today
What you will be doing in this role:
7. Able to carry out roof-work repairs (tiles and chimney)
8. Patching of plaster and brickwork, concrete paths and erecting metal handrails
9. Sewer repairs
10. General labouring tasks.
What you'll need for this role:
11. Minimum 1 year’s relevant experience in a similar role i.e. Handyperson/Labourer or equivalent.
12. A full current driving licence, (C1 category desirable), a form of transport will be provided to enable the post holder to carry out their duties.
13. IT/ Microsoft Office Proficiency Beginner
14. As part of the reference checking and vetting process for this position you will be requested to undertake a Basic AccessNI Disclosure. Having a criminal record will not necessarily be a bar to obtaining a position.
Riada Resourcing is an equal opportunities employer.
Keyboard Shortcuts
15. F9 - Move focus from the edit area to the Footer Toolbar
16. F10 - Move focus from the edit area to the first toolbar button
17. Shift + TAB - Move focus from the edit area to the last toolbar button
DO NOT USE: Criteria
Benefits
Apply
Share with a Friend
18. Share Vacancy on Facebook
19. Share Vacancy on X
20. Share Vacancy on LinkedIn
21. Share Vacancy on WhatsApp
22. Send Vacancy to a friend
// function selectJob() { var jobID = '35630'; 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'); //