Enable issue and custom field population in issue creation for external users
Description
Add the ability to include custom fields in the issue creation screen for external share users.
This feature should allow users to view and modify custom fields when creating issues.
Accepted criteria
-
Custom fields should be visible and editable for external share users in the issue creation screen.
-
We should read what fields are required on create screen and allow external user to edit them
Fields
Only found as “single” (non array type):
Type |
system |
custom |
notes |
any |
|
❌ |
|
comments-page |
comment |
❌ |
|
date |
duedate |
|
✅ |
datetime |
statuscategorychangedate, resolutiondate, lastViewed, created, updated |
|
✅ |
issuerestriction |
issuerestriction |
❌ no need to support it |
|
number |
timespent, timeoriginalestimate, aggregatetimespent, aggregatetimeestimate, workratio, timeestimate, aggregatetimeoriginalestimate |
|
✅ |
object |
|
❌ |
|
option-with-child |
|
✅ |
|
priority |
priority |
✅ |
|
progress |
aggregateprogress, progress |
✅ |
|
project |
project |
|
✅ |
resolution |
resolution |
✅ |
|
sd-approvals |
|
❌ |
|
sd-customerrequesttype |
|
✅ |
|
sd-feedback |
|
❌ |
|
sd-request-lang |
|
✅ |
|
sd-servicelevelagreement |
|
✅ |
|
securitylevel |
security |
❌ no need to support it |
|
status |
status |
✅ |
|
team |
|
✅ |
|
timetracking |
timetracking |
❌ |
|
votes |
votes |
❌ |
|
watches |
watches |
❌ |
Only as array:
Type |
system |
custom |
notes |
---|---|---|---|
issuelinks |
subtasks, issuelinks |
❌ |
|
attachment |
attachment |
✅ |
|
worklog |
worklog |
❌ |
|
json |
|
❓ Needs research |
|
sd-customerorganization |
|
✅ |
|
component |
component |
✅ |
|
service-entity-field |
|
✅ |
|
cmdb-object-field |
|
❓ Needs research |
|
sd-asset |
|
❓ Needs research |
Mixed, found as single and as array:
Type |
system |
custom |
notes |
---|---|---|---|
option |
|
✅ |
|
user |
creator, assignee, reporter |
|
✅ |
string |
labels, description, summary, environment |
|
✅ This requires research. How to know if this is rich text and which one is simple string? Only by ‘custom’ field? |
version |
fixVersions, versions |
|
✅ |
group |
|
✅ |
|
option2 |
|
❓ Requires research |