Giter Site home page Giter Site logo

custom-jira-portlets's Introduction

= Introduction = Currently this project only consists of one portlet, it shows a selected saved filter/search giving the user the hability to select which fields to be displayed. All fields are supported: the basic ones, custom and link fields.

= How to compile =

Enter into the project's directory and type: {{{ maven jar }}} The jar will be under target/afonso-jira-<project>-x.y.jar

= How to install = Copy the jar file into the lib directory of your JIRA® installation {{{ cp afonso-jira--x.y.jar /atlassian-jira/WEB-INF/lib/ }}} Restart JIRA {{{ /bin/shutdown.sh && /bin/startup.sh }}}

= plugin-portlet-custom = == How to customize == You can modify or add your own templates that defines how each issue field will be render. All field templates are located in {{{ plugin-portlet-custom/src/etc/templates/custom/columns }}} Each issuesummary-<field>.vm file represents a field, you can edit these ones to modify the current render or create your own for fields that are using the default rendering. If you want to create your own render you'll need to add an entry to plugin-portlet-custom/src/etc/atlassian-plugin.xml under {{{ }}} to register the new template, here's an example: {{{ }}} The name MUST be equal to the internal name used by JIRA® to represent that field.

= Screenshots =

  • Configuration Screen [codegoogle/Configuration.png]
  • Select Field [codegoogle/Select%20Field.png]
  • Portlet [codegoogle/Portlet%20Without%20Header.png]
  • Portlet With Headings [codegoogle/Portlet%20With%20Header.png]

custom-jira-portlets's People

Contributors

aadsm avatar

Watchers

 avatar  avatar

custom-jira-portlets's Issues

Return result from unknow value

This portlet is EXACTLY what we were looking for... great work!

When I add the portlet to a dashboard and include the 'resolution' field as
an example... we get the following for the result:

$issue.getResolutionObject().getName()

Would it be possible to display (none) or (null) instead of the value above?


What version of the product are you using? On what operating system?
JIRA 3.13 and current 1.1 version of your portlet. Unix with Tomcat.



Original issue reported on code.google.com by [email protected] on 22 Oct 2009 at 3:10

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.