Hi i would like to create the JQL function for jira..(Get issues list for the given project name)
My JQL function is
issue in getissues("projectname")
When i search this query it doesnot give any results in the issue navigator..
I also checked the QueryLiterals Size.. It is not zero..
Please help to resolve this problem
Thanks
Xavier
I think we need a bit more info than this...it could be many things.
Do you mean the same thing like this question?
https://answers.atlassian.com/questions/45552/currentproject-jql
In this case you can follow the explanation in that question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually i would like to add a jql function to JIRA which will return the issue details(issuetype,issuekey,priority and so on)..
So i want to get these details for the project name which i have given in the argument in my jql function(Mentioned above)..
I'm following the tutorial
http://confluence.atlassian.com/display/JIRA041/JQL+Function+Plugin+Module
https://developer.atlassian.com/display/JIRADEV/Plugin+Tutorial+-+Adding+a+JQL+Function+to+JIRA
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.