Re: JIRA Programming Web Development by sl_bart [QUOTE=baig772;1630085]i am new to JIRA i did not find JIRA category dats y asking question here how can i deploy JIRA on my server????[/QUOTE] Hope this will help, have a look, cheers ! [url]http://confluence.atlassian.com/display/JIRA/Installing+JIRA+Standalone+on+Linux[/url] JIRA Programming Web Development by baig772 i am new to JIRA i did not find JIRA category dats y asking question here how can i deploy JIRA on my server???? get jira issue attachment Programming Software Development by razstec … all attachments from a jira issue. done this so far from jira import JIRA issues = jira.search_issues(search_query, start, size…quot;" comentmsg = "" lst_img=[] for x in jira.comments(issue.key): comentdate = x.created comentmsg = x.body… Re: can any on help to create and run jira-python code Programming Software Development by robertwehner …. Have you looked over the docs of the jira-python project at http://jira-python.readthedocs.org/en/latest/? There is an… examples section that shows how to exercise the jira-python library that may give you some idea of where… Adding automated test script to JIRA through ZAPI Programming Software Development by kamilacbe … have to send automated report from my jenkins build to JIRA and then built has been configured with ZAPI and i… result output in Jenkins and the result is updated in JIRA aswell But the problem is my Test details is not… can any on help to create and run jira-python code Programming Software Development by srinu_1 hi, can any one help me to use the jira in python how create the code ?? how ro run it ??? Re: cannot find symbol Programming Software Development by gusano79 …only importing com.atlassian.jira.user.util.UserManager and com.atlassian.jira.user.util.UserUtil... … [com.atlassian.jira.user.ApplicationUser](https://docs.atlassian.com/jira/latest/com/atlassian/jira/user/ApplicationUser.html…[com.atlassian.jira.pageobjects.global.User](https://docs.atlassian.com/jira/latest/com/atlassian/jira/pageobjects/global… Software Testing Takes Up Residence in the Cloud Digital Media UI / UX Design by EddieC … [url=http://www.atlassian.com/software/jira/]JIRA[/url] defect tracking system. "Objects stay in JIRA, and if they’re modified in… services integration, and the live dashboard also reflects changes in JIRA." Version 2.0 improves the UI, Shah said, making… cannot find symbol Programming Software Development by gsdguru …: class User location: class com.atlassian.jira.rpc.soap.beans.RemoteUser package com.atlassian.jira.rpc.soap.beans; import com.atlassian….jira.user.util.UserManager; import com.atlassian.jira.user.util.UserUtil;… How much should I charge? Community Center by Zorrro … want me to design a website and integrate it with Jira. I will be designing website with 4-5 pages. Setup… Jira on his computer as he is planning to host it …himself along with website. Backup Jira from his existing hosting service and restore it on his… Re: How much should I charge? Community Center by Zorrro Website will be in joomla and jira is like sharepoint used for project tracking etc. And as you can guess this is my first time I am working with jira and setting up website on PC. And it will not be 12 full working days but I just wanted to be on safer side as there are too many things to make them work together. Re: How much should I charge? Community Center by Dani Why does a 4-5 page Jira website take 12 days to complete? *Full* days? I would think a couple hundred bucks. Re: How much should I charge? Community Center by Zorrro I think it is little different case than what you are suggesting but I got your point. I am in discussion on other forum with a guy who have experience with jira. Thanks Re: How much should I charge? Community Center by Dani LOL I don't know why I thought Jira was a CMS for some reason. I've definitely heard of it! Digitally sign PDF with Zend class Programming Web Development by rockyada …://framework.zend.com/issues/browse/ZF-10950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel#issue-tabs[/url] I downloaded… Security for windows 7 PC being used as Server Hardware and Software Networking by Zorrro I will be hosting a website on windows 7 using Apache and a java based project tracking web application called jira on Tomcat using reverse proxy method. To secure that web application and my PC what steps should I take and from where should I start? Re: Security for windows 7 PC being used as Server Hardware and Software Networking by iamthwee Unfortunately, I cannot as I have never used windows as a server. That being said, there are times when I see its need. I.E if you're running an asp.net application. Then there is no alternative. I've had a look at jira and I see that it has a linux install. Your clients my have other ideas so I guess you have to run with windows. Hello! I am introducing myself and ZenTao here. Community Center Say Hello! by Feir … helped ten thousands of users. If you are done with Jira, give it a try. The difference between zentao and other… Re: populate tables from txt with specific time frame Programming Software Development by Schol-R-LEA …ttk, Label, CENTER, RIGHT, LEFT, W from jira import JIRA import tkinter as tk import numpy as np import …user = 'user' password = 'pass' options = {'server': serverURL} jira = JIRA(options, basic_auth=(user, password)) projapesquisar = "(GPD, OP)" … Re: populate tables from txt with specific time frame Programming Software Development by razstec …datetime, timedelta from tkinter import Tk, Button, ttk from jira import JIRA import numpy as np import matplotlib.pyplot as plt import… calendar from datetime import datetime, date #from jira import JIRA root = Tk() w, h = root.winfo_screenwidth(), root.winfo_screenheight() … Re: populate tables from txt with specific time frame Programming Software Development by Schol-R-LEA … from tkinter import Tk, Button, ttk from jira import JIRA import numpy as np import matplotlib.pyplot as …user = 'user' password = 'pass' options = {'server': serverURL} jira = JIRA(options, basic_auth=(user, password)) projapesquisar = "(GPD, OP)" … Re: populate tables from txt with specific time frame Programming Software Development by Schol-R-LEA … tkinter import Tk, Button, ttk from jira import JIRA import numpy as np import matplotlib.pyplot … 'user' password = 'pass' options = {'server': serverURL} jira = JIRA(options, basic_auth=(user, password)) jsearch_current_month = jsearch_by(projapesquisar, utlapesquisar, … Re: populate tables from txt with specific time frame Programming Software Development by razstec … you from tkinter import Tk, Button, ttk from jira import JIRA import numpy as np import matplotlib.pyplot as plt…("user6") utlapesquisar = str(utlapesquisar1 + utlapesquisar2) jsearch_current_month = jira.search_issues('project in ('+projapesquisar+') AND creator in ('+utlapesquisar+') AND created… Re: populate tables from txt with specific time frame Programming Software Development by razstec … from sample.txt but from jira this is working fine :) from jira import JIRA serverURL = 'https://jira.mob.dev/' user = '…user' password = 'pass' options = {'server': serverURL} jira = JIRA(options, basic_auth… Re: populate tables from txt with specific time frame Programming Software Development by razstec …quot;)) query = "{}{}".format(source_query, date_query) return jira.search_issues(query, start, size). <------- error File "…, start, size) NameError: name 'jira' is not defined change jira to JIRA and the error changed File "/… Re: populate tables from txt with specific time frame Programming Software Development by Schol-R-LEA … """ Submits a query to the JIRA server and returns the results.""" source_query …query = "{}{}".format(source_query, date_query) return jira.search_issues(query, start, size) You'll need to …add the `jira` argument to the calls to `jsearch_by()` as … Re: populate tables from txt with specific time frame Programming Software Development by Schol-R-LEA … bit. The second is specifically regarding the JIRA searches, so I wasn't able to … """ Submits a query to the JIRA server and returns the results.""" source_query …query = "{}{}".format(source_query, date_query) return jira.search_issues(query, start, size) You would then use … Re: populate tables from txt with specific time frame Programming Software Development by razstec http://5.9.10.113/61386591/python-jira-rest-api-iso-8601 import datetime datetime.datetime.now().astimezone().replace(microsecond=0).isoformat() >>> 2020-03-21T14:31:43+13:00 maybe this as a hint, need to check it better https://github.com/hmrc/jira-metrics/blob/master/jira-metrics.py Re: Java Web Development - Starting [tutorials / resources / faq] Programming Web Development by peter_budo … to local repository [code=text] //Ubuntu svn checkout http://open.jira.com/svn/PEBBLE/trunk /home/peter/svn-repos/PEBBLE //Windows… svn checkout http://open.jira.com/svn/PEBBLE/trunk C:\svn-repos\PEBBLE[/code] Check… Re: Working on Small project as team Programming Web Development by peter_budo …/"] Bugzilla[/URL], [URL="http://www.atlassian.com/software/jira/"]Jira[/URL] (commercial product), [URL="http://trac.edgewall.org…