ahungry / org-jira

Bring Jira and OrgMode together
680 stars 130 forks source link

Ability to display custom properties ? #355

Open Nazar65 opened 3 months ago

Nazar65 commented 3 months ago

It would be good to add some settings which will allow to pull custom properties from jira issue such as for example fix_version or any other.

So the properties can include any values from custom fields:


`:PROPERTIES:
:assignee: User
:filename: tickets
:type:     Task
:type-id:  3
:priority: Normal
:status:   Ready for Code Review
:created:  2024-07-30T15:56:55.485-0400
:updated:  2024-08-01T10:49:02.812-0400
:ID:       ID
:CUSTOM_ID: ID
:FIX_VERSION: Release-123456789 --- this is custom field added
`

For now i had to add few customization to be able to display custom fields, but it would be good to have some list where i can define additional custom fields.