jira

Using Powershell to Change Assignee and Add Comment to Issue via JIRA REST API

℡╲_俬逩灬. 提交于 2020-01-05 12:30:11
问题 For something so seemingly simple I'm having no luck updating JIRA issues via the REST API. Has anyone been able to update JIRA issues using Powershell? I've pretty well exhausted all the options on stackoverflow and atlassian's website. No scripts for curl, invoke-restmethod or invoke-webrequest have done anything but returned errors. Retrieving info from the issue is not a problem. Changing it... holy cow. I'd be immensely grateful if someone could help me find a way to solve this. Thanks!

How to change Custom field date picker to appear as Month-Year picker

时光毁灭记忆、已成空白 提交于 2020-01-05 10:24:02
问题 How to change default datepicker template to appear as Month-Year view only . below is the template file for detault date picker custom field: ##disable_html_escaping() TODO REENABLE $!{auiparams.put("controlHeaderClass", "aui-field-datepicker")} #customControlHeader ($action $customField.id $customField.name $fieldLayoutItem.required $displayParameters $auiparams) ## Show the use checkbox field to use the current date/time when configuring the field in the admin section. #if (

JQL 5.1 query does not display a particular field

走远了吗. 提交于 2020-01-05 07:37:51
问题 "Number of open Subtasks" =0 Error: the field does not exist or you don't have permission to view it. JIRA don't apply Field level security permissions: see https://jira.atlassian.com/browse/JRA-1330 even then this error. this query was working on JIRA 4.1 but after transition to JIRA 5.1, its throws that errors. 回答1: project=PROJECT_KEY AND resolution = Unresolved AND issuefunction not in parentsOf("project=PROJECT_KEY AND resolution = Unresolved") AND issuefunction in parentsOf("project

JQL 5.1 query does not display a particular field

為{幸葍}努か 提交于 2020-01-05 07:37:11
问题 "Number of open Subtasks" =0 Error: the field does not exist or you don't have permission to view it. JIRA don't apply Field level security permissions: see https://jira.atlassian.com/browse/JRA-1330 even then this error. this query was working on JIRA 4.1 but after transition to JIRA 5.1, its throws that errors. 回答1: project=PROJECT_KEY AND resolution = Unresolved AND issuefunction not in parentsOf("project=PROJECT_KEY AND resolution = Unresolved") AND issuefunction in parentsOf("project

Object of class stdClass could not be converted to string PHP issue

社会主义新天地 提交于 2020-01-04 04:12:04
问题 Im pulling info from Jira Atlassian API, ive worked with other code and it works fine and i change it to json and all the info gets returned as an object. However in this case i get this server error: PHP Catchable fatal error: Object of class stdClass could not be converted to string in /usr/local/vhosts/999/webspace/httpdocs/mysite/filters1.php on line 411 Now here is the code im trying to run: $username = 'xxx@gmail.com'; $password = 'xxxxxxx'; $url = 'xxx.atlassian.net/rest/api/2/search

Python : How can I access Lotus Notes 8.5 Inbox to read emails

自作多情 提交于 2020-01-02 08:44:11
问题 I want to make an script in python that reads mails from Lotus Notes 8.5 and then create for each email an issue in jira but it returns me this error when I try to read the mails from Lotus: Traceback (most recent call last): File "from_Lotus_TO_Jira.py", line 46, in <module> main() File "from_Lotus_TO_Jira.py", line 39, in main folder = notesDatabase.GetView('$Inbox') File "C:\Python27\lib\site-packages\win32com\gen_py\29131520-2EED-1069-BF5D-00 DD011186B7x0x1x2.py", line 1849, in GetView

How to browse all items I added/commented on in a particular timeframe in Jira?

耗尽温柔 提交于 2020-01-02 06:33:08
问题 I need to go back and look at some events in August-October 2010. We use JIRA for issue tracking. Is there a way in JIRA to look at my "activity stream" for this timeframe? 回答1: assignee = currentUser() and updated > "2010/08/01" and updated < "2010/10/31" Should work. EDIT: This is to be placed in the "Custom Filter" query box. 回答2: The Activity Stream gadget can be configured with a filter by username. Since activity includes comments, this generally yields a list of comments by that user.

Internal bug tracking tickets - Redmine, Trac, or JIRA

微笑、不失礼 提交于 2020-01-02 02:48:12
问题 I've been looking at setting up Redmine, Trac, or JIRA to track issues. I want to be able to have my development team create internal tickets that are never seen by clients, while clients can create/edit tickets that are seen by the internal team. From the Trac documentation, you can set permissions to create or view tickets, but it doesn't seem to allow for viewing only certain tickets. It may be possible with Trac Fine Grained Permissions, but doesn't appear so. The Redmine documentation

Software tool for agile project management [closed]

走远了吗. 提交于 2019-12-31 18:31:50
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . We user JIRA for bug tracking and release management and we have started using greenhopper for project management inside of JIRA but