I went through a tutorial on how to create an app for cloud:
https://developer.atlassian.com/cloud/jira/software/getting-started/
...but now I want to know how to create a custom field type. More specifically, I need to create a field that would display an integer representing the number of days before/after the due date that an issue was closed.
Any help would be much appreciated.
- Ian Balas
Hi,
It's currently not possible to create read-only issue fields, but we are planning to add that possibility. You can track the progress in this issue: https://ecosystem.atlassian.net/browse/ACJIRA-1631 (also feel free to vote and comment).
Thank you for the information, i submitted my vote and started watching this issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Follow this:
https://developer.atlassian.com/cloud/jira/software/modules/issue-field/
Issue field module allows the add-on to add a new field in Jira that will be visible in the issue view. It can be added to any screen just like any other field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the reply. I followed the tutorial up to the point where I ended up creating a filed called "Team" for admin use only.
I now have to figure out how to create a read-only custom field that'll calculate the difference (in days) between the date an issue was closed and its original due date. I figured I'd start by editing the values in the descriptor, but don't know where to go from there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry @Ian Balas,
I never created customfield for Jira Cloud (only for server), i just tried to help you by pointing to the right guide of creating customfield in Jira Cloud .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ian Balas were you able to figure out how to create these custom fields in cloud? Im struggling just understanding how this is supposed to work and even if its available to develop / code custom fields to be used in jira cloud. We need to create three custom fields where the values in two fields will populate a third's value and we need it colored based on that value. I must be missing something because it seems like its not doable?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.