We need to create custom fields within the project information section. This is not the same as the Key and numbers for individual issues. We have numerous projects, each containing a few issues (which are already identified by the Key and number system). But, we need to be able to create a custom number for each project itself to help us keep track of them. Is this possible to do in JIRA 5.0? If not, are there any avaliable pulg-ins that allows us to do this?
Custom fields on project level:
https://marketplace.atlassian.com/plugins/nl.avisi.jira.plugins.edit-custom-field-values
Again, this is not what the asker was looking for. Project level, not issue level.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You cannot add customfields on project creation screen .
You can add a metadata to your project using this plugin
In your case the metadata will be a number by which you will be identifying your projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do I make this metadata appear in the summary of the project? So far it only has its own tab 2 tabs down from the summary tab. I want to add a new field into the summary tab. I want the field to be titled "Project ID" and be visible in the Description box. How do I do that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want it to look like this when I'm done. I want a product ID space right there. (I used MS paint to do this to show you what I am looking for).
I want that space to be a default text renderer of >255 characters.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For the field to appear as shown above you will have to modify the Jira source code , A better option would be to create your own plugin which will provide a facility to add the product id to your project and display it on the summary tab of the project .
You can use active objects to store this product id , a project tab panel where project admin can add the project id and a Web fragment plugin module to display this on the summary tab.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well I can't create my own plug-in. I am just an intern. Seeing as how we are only testing JIRA out to see if it will be useful, it would be a waste of time trying to create our own plug-in.
Custom fields were avaliable in previous versions of JIRA. Why would they get rid of that option?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Few months back even i was an intern .
Customfields can be added only on the issue screens and not for a Project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, you're mixing up "custom fields", which are done at an issue level (and always have been, at least since I started with 2.x of Jira, so nothing has been "got rid of") and the project level stuff which is a fixed list.
Custom fields are configured on a project level - you associate them with projects (and issue types), but you're not really saying "this field belongs to this project", it's actually "this field belongs to issues within this project".
The metadata plugin adds the ability to have data stored at a project level (I try not to call them "fields" myself, simply to try to avoid exactly the confusion you have run into)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That you for the passive aggressive grammar lesson. I found out how to change the project key's format so that it will accept numbers. But I don't know exactly what to type if I want letters in it too. I set it to say ([0-9]+). But I need it so it can be 2-3 letters plus numbers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can change the
<installation_directory>/atlassian-jira/WEB-INF/classes/jira-application.properties
Search for "project key settings" then replace the original line with the below line
jira.projectkey.pattern = ([A-Z][A-Z]+) to jira.projectkey.pattern = ([09A-Z][A-Z0-9]+)
This will make the project key field alpha numeric
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Joseph, Can you please guide me how could you add the Field at Project Level (In your case to the Summary Tab). I need to add one filed to the Versions tab. Would be extrmely helpful if you can guide me! Thanks a lot!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are on JIRA OnDemand, you can't install custom plugins. There is no way to add custom fields at project level in onDemand.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
onDemand is the hosted version of JIRA provided by Atlassian. They have policies on what plugins are installed.
Other, downloaded, version is what you install yourself and manage. You can customize it to your heart's content because you "own" the instance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So if I'm logging in online to use JIRA, I am most likely using the OnDemand version?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm not sure if I should be handing it out. What am I looking for in the url to tell wether or not it's OnDemand?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is your JIRA url?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should have atlassian.net in the end.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It does not say that at the end. It starts with an NADC, a few more letters and numbers, a /secure, and ends in a .jspa.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When I say ends with, I mean the base url ends with! Never mind, looks like yours is a downloaded version. Are you an admin? Who manages your jira?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have administrator permissions. We are currently testing JIRA to see if it will be useful for what we do. Do you know a plug-in that would work?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You might want to look at this. I haven't used it, so not sure.
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.