Dimitar Ivanov

Results 12 comments of Dimitar Ivanov

@adehad just in case you've missed it, there's some general conversation about the use of this functionality going on in #1867 around this, seems like that was the PR that...

Maybe a check if the instance is hosted could be added, raise an error otherwise (feature is not currently implemented for Cloud AFAIK), but I don't know if any third...

@adehad / @studioj this one looks good to me as-is, but I wonder if the constructor would be a better place for this warning considering it wouldn't be visible until...

I agree with the sentiment here, and also described that the internal user lookup might be resulting in unexpected behaviour in [this comment](https://github.com/pycontribs/jira/pull/1301#issuecomment-2191864680) on #1301. @adehad I'll be happy to...

FWIW, in my projects, I have a dictionary declaring all known (or needed) fields and their what I'd like their equivalent to be, for example: ```python fields_map = { 'Custom...

@marci4 I think you should just prep a PR, preferably with a test case or two for the flow, and put it for review :)

@bostonareahuman , have you tried using the `accountId` of the user? JIRA Cloud doesn't support using username or e-mail due to the GDPR changes and I wonder if that might...

@adehad this is the PR for what I mentioned on #1855. I did some manual tests for both server and cloud on the instances I have access to, but I...

Sorry about the mess with the docs, for some reason my local working copy was showing the document entirely borked, hence why I did the silly thing with the indentations....

@adehad sorry for the delay with this, here's the updated functionality with having a `with_lookup` flag in the JIRA's init. Not sure about the linter errors in the automatic checks,...