Hi @waynep16
You could use some 3rd-party plugins for adding the next capabilities:
For managing Jobs (details here https://developer.www.ads-software.com/reference/functions/get_post_type_capabilities/):
‘edit_jb-job’,
‘read_jb-job’,
‘delete_jb-job’,
‘edit_jb-jobs’,
‘edit_others_jb-jobs’,
‘publish_jb-jobs’,
‘read_private_jb-jobs’,
‘delete_jb-jobs’,
‘delete_private_jb-jobs’,
‘delete_published_jb-jobs’,
‘delete_others_jb-jobs’,
‘edit_private_jb-jobs’,
‘edit_published_jb-jobs’,
‘create_jb-jobs’
For managing Job Types:
‘manage_jb-job-types’,
‘edit_jb-job-types’,
‘delete_jb-job-types’,
‘edit_jb-job-types’
For managing Job Categories:
‘manage_jb-job-categories’,
‘edit_jb-job-categories’,
‘delete_jb-job-categories’,
‘edit_jb-job-categories’
Let me know if you have other questions,
Best Regards!