Questions tagged [jira-plugin]

JIRA plugins add additional functions to Atlassian JIRA.

JIRA plugins are written using a framework based on Spring Dynamic Modules for OSGi.

834 questions
0
votes
1 answer

JIRA Gadget Plugin with HighCharts

I'm trying to create a JIRA gadget that uses highcharts and I'm not being able to call in the javascript highcharts.js correctly. The file is located at: atlassian_tutorial-jira-gadget/src/main/resources/js/HighStock/highcharts.js The…
codeBarer
  • 2,238
  • 7
  • 44
  • 75
0
votes
2 answers

how to solve The import com.atlassian cannot be resolved?

Hello I am trying to develop my web application using jsp. I have 6 jsp pages in it. Pages are registration.jsp, login.jsp, r1.jsp, welcome.jsp, createroom.jsp and showroom.jsp respectivly. My goal is that when i login in login page, page should…
Kapil
  • 320
  • 6
  • 10
  • 23
0
votes
1 answer

Queries related to JIRA-Scripted Field

Is scripted field appear on ISSUE EDIT or any transition screen? For me, it appear on issue view screen only and unable to see on issue edit screen. I want it to appear on EDIT screen as well as a readonly. (have verified by just keeping - "free…
dsi
  • 3,199
  • 12
  • 59
  • 102
0
votes
2 answers

Atlassian SDK won't start specified product

I'm trying to get a JIRA addon running on my local machine for test purposes. I'm executing this command: e:\repositories\jira-addon>atlas-run-standalone --product jira Executing: "D:\atlassian-plugin-sdk\apache-maven\bin\mvn.bat"…
Jorn
  • 20,612
  • 18
  • 79
  • 126
0
votes
1 answer

JQL Tricks Plug In Filtering

I'm working on developing a filter in JIRA using JQL that can allow me to pull from all of the projects my team is working on. What we would like to be able to do is be able to search using VersionMatches(""). Using VersionMatches we would like to…
Justin
  • 1
0
votes
1 answer

How to multiple select/picker custom field without parent-child relation?

How can we create cascade select without parent - child relation ? any example or turorial existed for this ? It needs for below requirement: I have created another customfield as like multiple input text box as shown below "filed2". But unable to…
dsi
  • 3,199
  • 12
  • 59
  • 102
0
votes
1 answer

Unable to use jquery control datetimepicker in velocity template (JIRA Custom field plugin)

I am creating a JIRA custom field plugin and want to use below 'datetime picker' control as a 'monthyear picker' given in below link. http://jquerybyexample.blogspot.com/2012/06/show-only-month-and-year-in-jquery-ui.html JIRA version is…
dsi
  • 3,199
  • 12
  • 59
  • 102
0
votes
1 answer

Issues facing on controls added through custom field description (javascript)

Below is the stuff which is included in field descirption so, i could have summary row appear.